brabo-hi
08/23/2023, 11:26 PMsqldelght
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
expression.kt
File name: App.kt Physical: true Injected: false
fun MainViewController() = ComposeUIViewController { <caret>Text("") }