rsetkus
05/04/2021, 11:02 AM3.0.1
on Kotlin Multiplatform project and started getting error:
java.lang.IllegalStateException: e: Failed to resolve Kotlin library: /Users/.../build/kotlinSourceSetMetadata/commonMain/io.insert-koin-koin-core/io.insert-koin-koin-core-commonMain.klib
Building successfully for Android platform but getting error for iOS. Anybody else experienced anything similar?John O'Reilly
05/04/2021, 11:12 AMrsetkus
05/04/2021, 11:17 AMrsetkus
05/04/2021, 11:22 AMkotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
in the project’s gradle.properties
, however, don’t think that it could be the cause.rsetkus
05/04/2021, 11:38 AM1.4.32
and it is working fine now. Thanks @John O'Reilly for instant reply!