aravind
08/18/2021, 10:05 AMAndroidSqliteDriver
in androidMain instead of application module. It works fine until i enable progaurd and throws `java.lang.NoClassDefFoundError: Failed resolution of: Lcom/squareup/sqldelight/android/AndroidSqliteDriver`;. And also i could notice that mapping.tx file has no entry of this class. Can someone be able to help on this?Cedrick Cooke
08/19/2021, 1:05 AM<http://proguard-rules.pro|proguard-rules.pro>
:
-keep class com.squareup.sqldelight.android.AndroidSqliteDriver { *;}
aravind
08/19/2021, 5:26 AM