Open ln-12 opened 2 years ago
i set kotlin 1.7.10 here but no error. can you add something in this sample to reproduce problem?
I could find out that the problem is caused by the combination of atomicfu and using this library via DSL. The build for this commit fails for me, when I run ./gradlew shared:clean && ./gradlew shared:build
.
I tried to integrate this plugin by adding
id("dev.icerock.moko.kswift") version "0.6.0"
to myplugins{}
section andkswift { install(dev.icerock.moko.kswift.plugin.feature.SealedToSwiftEnumFeature) }
as config. Unfortunately, the following error shows up when I try to build my KMM project using./gradlew shared:build
:I am using Kotlin 1.7.10.
Do you have any idea how to solve this?