Stable branch of Kotlin support
See original GitHub issueIt seems this is dependent on a future and/or experimental version of Kotlin in the 1.2 branch leading to gradle import failure, if used in a non-experimental project.
Warning:<i><b>project ':core': Unable to build Kotlin project configuration</b> Details: java.lang.reflect.InvocationTargetException: null Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':core:compileClasspath'. Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find org.jetbrains.kotlin:kotlin-stdlib:1.2.0-beta-88.
Current version of Kotlin as of Nov 6, 2017 is 1.1.51
Is there any way to get around this without having to fork it?
Issue Analytics
- State:
- Created 6 years ago
- Comments:15
Top Results From Across the Web
Kotlin releases
The IDE support for the latest version of the language is available for the following versions of IntelliJ IDEA and Android Studio: IntelliJ...
Read more >Stability of Kotlin components
Each Kotlin project has two GitHub badges describing its stability and support status: Stability status. This shows how quickly each project ...
Read more >What's new in Kotlin 1.7.0
Kotlin 1.7.0 has been released. It unveils the Alpha version of the new Kotlin/JVM K2 compiler, stabilizes language features, and brings ...
Read more >What's new in Kotlin 1.6.0
Kotlin 1.6.0 introduces Stable conversions from regular to suspending functional types. Starting from 1.4.0, the feature supported functional ...
Read more >What's new in Kotlin 1.8.0-RC
The Kotlin 1.8.0-RC release is out! Here are some highlights from this release: We removed the old backend for Kotlin/JVM · We now...
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 FreeTop 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
Top GitHub Comments
Thank you very much Guiseppe, and Merry Christmas and Happy New Year to you too!
Here you go, I just updated the whole dependency, it should now relies purely on kt 1.2 😃