John O'Reilly
05/18/2024, 1:13 PMJohn O'Reilly
05/18/2024, 1:26 PMCannot change attributes of configuration ':common:debugFrameworkIosX64' after it has been locked for mutation
- only happens if following included
add("kspIosSimulatorArm64",libs.androidx.room.compiler)
add("kspIosX64", libs.androidx.room.compiler)
add("kspIosArm64", libs.androidx.room.compiler)
Prateek Kumar
05/18/2024, 1:56 PMJohn O'Reilly
05/24/2024, 8:14 AMVivek Choudhary
05/25/2024, 6:13 AM2.0.0
. There are some temp hacks added for now in AppDatabase class otherwise it throws the error.
Class 'AppDatabase_Impl' is not abstract and does not implement abstract base class member 'clearAllTables'.
gradle file:
https://github.com/cvivek07/KMM-PicSplash/blob/main/composeApp/build.gradle.kts
Repo:
https://github.com/cvivek07/KMM-PicSplash/John O'Reilly
05/25/2024, 6:16 AMJohn O'Reilly
05/25/2024, 6:17 AMVivek Choudhary
05/25/2024, 6:29 AMJohn O'Reilly
05/25/2024, 9:19 AMEmirhan Emmez
05/25/2024, 3:42 PMClass 'WordDatabase_Impl' is not abstract and does not implement abstract base class member 'clearAllTables'.
"WordDatabase" is my room db class. But its working on ios somehow. Did you get this error before?Vivek Choudhary
05/25/2024, 3:44 PMEmirhan Emmez
05/25/2024, 4:10 PMVivek Choudhary
05/25/2024, 4:23 PMDeep Patel
06/07/2024, 2:05 PMzsmb
06/19/2024, 2:56 PM