When I add `api "org.jetbrains.kotlinx:kotlinx-io-...
# multiplatform
j
When I add
api "org.jetbrains.kotlinx:kotlinx-io-native:0.1.1"
to my native dependencies in
build.gradle
, it doesn’t seem to actually add the library. IntelliJ nor Gradle recognizes it. Any ideas?
g
Maybe you should enable GRADLE_METADATA? Anyway all those multi-platform publishing now is not really stable and depends on Gradle version
d
I had the same issue. In my case I changed '-native' to '-windowsX64' and that did the trick (As a temporary fix).
j
Thanks! It was indeed the Gradle Metadata.