question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can not detect kotlin-wrappers

See original GitHub issue

They are mostly used in Kotlin Multi Platform apps and the plugin can not detect them. Maybe it is because they have weird version number like 17.0.0-pre.126-kotlin-1.4.10 please refere here for more detail.

Failed to determine the latest version for the following dependencies (use --info for details):
 - org.jetbrains:kotlin-react
 - org.jetbrains:kotlin-react-dom
 - org.jetbrains.kotlinx:kotlinx-html-js

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ben-manescommented, Nov 7, 2020

In your case commonMainMetadataElements wasn’t available to the JS project, so we couldn’t capture the attributes. The compile configuration does exist and contain it, so used a restrictive fallback to copy those kotlin attributes if found. This seems to pass in your project, non-kotlin projects, and the projects from prior MPP issues.

0reactions
mustafaozhancommented, Nov 8, 2020

Thanks a lot! I confirm that it is fixed with 0.35.0 🎉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not resolve org.jetbrains:kotlin-css-jvm:1.0.0-pre.31 ...
This library is located in kotlin-js-wrappers repository. Make sure you have this repository added to your repositories ...
Read more >
Unable to load Kotlin-Styled, kotlin-css-js - Web Development
I've checked into the repo with the latest configuration. Can you check it once? I can see those packages are being downloaded by...
Read more >
KJS: Gradle couldn't find org.jetbrains:kotlinx-html-js:0.7.1 ...
KJS: Gradle couldn't find org.jetbrains:kotlinx-html-js:0.7.1-build-xxxx, dependencies of kotlin-js-wrappers. Relates to 1. Relates to 1 issue (0 unresolved).
Read more >
The Gradle Wrapper - Gradle User Manual
If the checksum is not listed on the page, the Wrapper JAR might be from a milestone, release candidate, or nightly build or...
Read more >
Migrating our Kotlin/JS app to the new IR compiler
I recently migrated its frontend which you can see below (and which is using the kotlin-react wrappers) to the new Kotlin/JS IR compiler ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found