Closed
Description
SQLDelight Version
2.0.0-SNAPSHOT
Application Operating System
Android
Describe the Bug
Here is a minimal example,
https://github.com/Burtan/SqlTest/blob/master/shared/src/commonTest/kotlin/DbTest.kt
The test runs fine on JVM (and JS in my real application), but crashes on Android. When run in debugging mode. It sais that the tables are not created.
Stacktrace
No response