Adam S
12/16/2023, 10:48 AMorg.jetbrains.kotlin:kotlin-stdlib
dependency is present.
I thought I could do this with a ComponentMetadataRule, but I guess this doesn't work with the Kotlin platform type variant selector?
I can see that the atomicfu dependency is added by running ./gradlew dependencies
, but code I have in commonMain doesn't compile because import kotlinx.atomicfu.*
can't be found. I guess Gradle doesn't realise it needs to select the -jvm or -js variant? Can this be fixed, or is there another way?