jean
05/20/2021, 8:08 AM- generateCommonMainMyProjectDatabaseInterface
- generateCommonMainMyProjectDatabaseSchema
- generateSqlDelightInterface
- verifyCommonMainMyProjectDatabaseMigration
- verifySqlDelightMigration
They all pass successfully but I can’t see anything generated (I invalidated my cache so build/sqldelight
is empty).
When I run the gradle build
command, it fails on generated sqldelight class imports (since they are not build).
What should I do from there to generate my sqldelight classes?jean
05/20/2021, 11:04 AMCompilation failed: Deserializer for declaration public kotlinx.coroutines/cancel|-8901161077954086727[0] is not found
* Source files:
* Compiler version info: Konan: 1.5 / Kotlin: 1.5.0
* Output kind: FRAMEWORK
alec
05/20/2021, 2:12 PMjean
05/20/2021, 2:31 PMalec
05/20/2021, 2:33 PMalec
05/20/2021, 2:33 PMjean
05/20/2021, 2:33 PMalec
05/20/2021, 2:38 PMmbonnin
05/21/2021, 10:11 AMkotlinx.coroutines
than kotlin
itself, we had to fix the same issue in apollo-android. So maybe compiling against coroutines 1.5.0 is enough (but maybe coroutines 1.5.0 require kotlin 1.5.0 🤷 )mbonnin
05/21/2021, 10:11 AMjean
05/21/2021, 12:15 PM