Skip to content

In version 0.3.0 compilation for iosX64Main fails #20

@mipolansk

Description

@mipolansk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions