Hey, anybody integrated sqlDelight and managed to ...
# multiplatform
a
Hey, anybody integrated sqlDelight and managed to get the classes showing up correctly in iosMain classes? The code is fine, however the imports are red, and usages of the classes are red.
Copy code
import co.touchlab.sqliter.*
import co.touchlab.sqliter.DatabaseConfiguration
For example here, co shows as red.
Copy code
NativeSqliteDriver
is also red. I already have com.squareup.sqldelight:native-driver in our iosMain source set dependency