h icon indicating copy to clipboard operation
h copied to clipboard

Unbundle Kotlin

Open teusday opened this issue 7 years ago • 0 comments

When I build (using Kotlin 1.3.0) I get the following warning.

Warning: Kotlin: Some JAR files in the classpath have the Kotlin Runtime library bundled into them. This may cause difficult to debug problems if there's a different version of the Kotlin Runtime library in the classpath. Consider removing these libraries from the classpath

Could you unbundle the Kotlin Runtime, or at least update the bundled runtime to 1.3?

teusday avatar Nov 14 '18 22:11 teusday