Hello guys, i am unable to have both `sqldelght` a...
# multiplatform
b
Hello guys, i am unable to have both
sqldelght
and
compose
multiplatform on the same shared module with cocoapods. It looks like sqldelight needs
isStatic = false
and
compose
needs
isStatic = true
. When using both, i am getting the following error
Copy code
expression.kt
File name: App.kt Physical: true Injected: false
fun MainViewController() = ComposeUIViewController { <caret>Text("") }