metalava-gradle
metalava-gradle copied to clipboard
Incompatibility with Kotlin 2.2.10
In here https://github.com/vanniktech/multiplatform-locale/pull/322 I've updated my Kotlin version and I'm using me.tylerbwong.gradle.metalava:plugin:0.4.0-alpha03 but you can see in the diff files that some of the types have gotten lost.
I also saw this in the console:
e: file:///Users/niklas/dev/GitHub/multiplatform-locale/multiplatform-locale/build/intermediates/compile_library_classes_jar/release/bundleLibCompileToJarRelease/classes.jar!/META-INF/multiplatform-locale_release.kotlin_module Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.2.0, expected version is 2.0.0.
e: file:///Users/niklas/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/2.2.10/30de6faa127a4a012db8e71bf1b9c0a99b1402b2/kotlin-stdlib-2.2.10.jar!/META-INF/kotlin-stdlib-jdk7.kotlin_module Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.2.0, expected version is 2.0.0.
e: file:///Users/niklas/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/2.2.10/30de6faa127a4a012db8e71bf1b9c0a99b1402b2/kotlin-stdlib-2.2.10.jar!/META-INF/kotlin-stdlib.kotlin_module Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.2.0, expected version is 2.0.0.
e: file:///Users/niklas/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/2.2.10/30de6faa127a4a012db8e71bf1b9c0a99b1402b2/kotlin-stdlib-2.2.10.jar!/META-INF/kotlin-stdlib-jdk8.kotlin_module Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.2.0, expected version is 2.0.0.
e: file:///Users/niklas/dev/GitHub/multiplatform-locale/multiplatform-locale-google-play-store/build/tmp/kotlin-classes/release/META-INF/multiplatform-locale-google-play-store_release.kotlin_module Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.2.0, expected version is 2.0.0.
e: file:///Users/niklas/dev/GitHub/multiplatform-locale/multiplatform-locale/build/libs/multiplatform-locale-jvm.jar!/META-INF/multiplatform-locale.kotlin_module Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.2.0, expected version is 2.0.0.