-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
I started using kotlin crypto when version 0.2.0 was available and with this version I have no problems. I'm trying to update to 0.3.0 but the compilation is failing. I'm developing a Kotlin Multiplatform application for Android and iOS (iosX64(), iosArm64(), iosSimulatorArm64()). Below you can see my error:
e: KLIB resolver: Could not find "/Users/***/.gradle/caches/modules-2/files-2.1/org.kotlincrypto.bitops/bits-iosx64/0.3.0/ccd071acd3bfa9dbaf9333b15c4047866c37eb06/bits-iosX64Main-0.3.0.klib" in [/Users/***/Workspace/supla-android, /Users/***/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.10/klib/common, /Users/***/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.10/klib/platform/ios_x64]
I don't understand why it is looking for the ful path /Users/***/.gradle/caches/modules-2/files-2.1/org.kotlincrypto.bitops/bits-iosx64/0.3.0/ccd071acd3bfa9dbaf9333b15c4047866c37eb06/bits-iosX64Main-0.3.0.klib. Should it look for just bits-iosX64Main-0.3.0.klib or not?
Do you have any suggestion what can be wrong?
Metadata
Metadata
Assignees
Labels
No labels