btw for now i'm only including kotlin coroutines i...
# multiplatform
p
btw for now i'm only including kotlin coroutines in
commonMain
as
Copy code
val commonMain by getting {
            dependencies {
                implementation(Dependencies.kotlinSerializationJson)
                implementation(Dependencies.kotlinCoroutinesCore)
            }
        }