karandeep singh
05/26/2023, 6:51 AMe: java.lang.IllegalStateException: e: Could not find "/Users/karandeepsingh/AndroidStudioProjects/compose-multiplatform-ios-android-template/shared/build/kotlinTransformedMetadataLibraries/commonMain/org.jetbrains.kotlinx-atomicfu-0.17.3-nativeInterop-8G5yng.klib" in [/Users/karandeepsingh/Library/Application Support/kotlin/daemon]
tried the template from the github and getting this error.mohamed rejeb
05/26/2023, 6:54 AMbuildscript {
dependencies {
// Use the same version in the error
classpath("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.17.3")
}
}
allprojects {
apply(plugin = "kotlinx-atomicfu")
}