Hi there! I have a multiplatform project which has...
# multiplatform
a
Hi there! I have a multiplatform project which has this dependency in it:
Copy code
kotlin {

    // ...

    dependencies {
        commonMainApi("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3")
    }
}
Yet this issue was opened by a Java user: https://github.com/Hexworks/zircon/issues/295 What am I doing wrong? I have other multiplatform projects as a dependency but only this one is problematic and only for Java users.