Dear all, I would like to ask some hep with my ro...
# multiplatform
i
Dear all, I would like to ask some hep with my room setup on KMP. I added it based on tutorials I found and it works well if i have only Android in my project build gradle, but as soon as I add the iOS platforms my build fails.
Copy code
listOf(
    iosX64(),
    iosArm64(),
    iosSimulatorArm64()
).forEach { iosTarget ->
    iosTarget.binaries.framework {
        baseName = "ComposeApp"
        isStatic = true
    }
}
Any idea what could cause it?
p
FYI there's a dedicated channel #C7KS458SJ for Room question. Is better to ask there since your post visibility will last longer. The multiplatform channel is big and it probably will fall behind in an hour or so
i
thanks!
👍 1