You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KMPNotifier and Kotlin version:
kmpnotifier version: 1.4.0, kotlin version: 2.0.21
Describe the bug
App compiles but unable to produce package.
I'm unable to produce the package with publishKotlinMultiplatformPublicationToMyRepository publishAndroidReleasePublicationToMyRepository publishAndroidDebugPublicationToMyRepository, probably due to some versions compatibility issue?
> Task :data:notifications:compileCommonMainKotlinMetadata FAILED
w: KLIB resolver: Skipping './data/notifications/build/kotlinTransformedMetadataLibraries/commonMain/org.jetbrains.kotlin-kotlin-stdlib-2.1.0-commonMain-ITmP6A.klib'. Incompatible ABI version. The current default is '1.8.0', found '1.201.0'. The library was produced by '2.1.0-dev-7621' compiler.
e: KLIB resolver: Could not find "./data/notifications/build/kotlinTransformedMetadataLibraries/commonMain/org.jetbrains.kotlin-kotlin-stdlib-2.1.0-commonMain-ITmP6A.klib" in [/home/luca/.local/share/kotlin/daemon]
KMPNotifier and Kotlin version:
kmpnotifier version: 1.4.0, kotlin version: 2.0.21
Describe the bug
App compiles but unable to produce package.
I'm unable to produce the package with
publishKotlinMultiplatformPublicationToMyRepository publishAndroidReleasePublicationToMyRepository publishAndroidDebugPublicationToMyRepository
, probably due to some versions compatibility issue?I've read the discussion on https://slack-chats.kotlinlang.org/t/23466343/i-m-testing-whether-a-compiler-plugin-compiled-with-2-1-0-pr?utm_source=chatgpt.com however, it seems that there is an issue in updating to Kotlin 2.1.x if you have realm realm/realm-kotlin#1857, and I'm unable to proceed this way.
In which platform bug occurs?
android
Expected behavior
Compile properly
The text was updated successfully, but these errors were encountered: