Can not detect kotlin-wrappers
See original GitHub issueThey 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:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
In your case
commonMainMetadataElements
wasn’t available to the JS project, so we couldn’t capture the attributes. Thecompile
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.Thanks a lot! I confirm that it is fixed with
0.35.0
🎉