svenjacobs
08/20/2022, 9:56 AMsqlPlatformModule
is implemented in both androidMain
and iosMain
. Interestingly when moving sqlPlatformModule
to another file this works 🤷🏼♂️ Is this a current limitation of Kotlin Multiplatform?Jeff Lockhart
08/20/2022, 3:23 PM@Suppress("UNINITIALIZED_VARIABLE")
above the line to hide the IDE error. It's not uncommon that the IDE displays false positive errors that aren't actually compilation errors with KMP.xxfast
08/21/2022, 2:18 AMsqlPlatformModule
is defined in a seperate file?svenjacobs
08/21/2022, 9:19 AMsqlPlatformModule
to another file.xxfast
08/21/2022, 10:06 AM