Zoltan Demant
01/03/2024, 3:47 PMNo matching variant of app.cash.sqldelight:android-driver:2.0.1 was found. The consumer was configured to find a library for use during compile-time...
Any ideas? Some more details in 🧵Zoltan Demant
01/03/2024, 3:48 PMbuildTypes {
debug {
minifyEnabled false
shrinkResources false
crunchPngs false
signingConfig signingConfigs.debug
}
release {
minifyEnabled true
shrinkResources true
signingConfig signingConfigs.release
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), '<http://proguard-rules.pro|proguard-rules.pro>'
}
staging {
initWith release
minifyEnabled false
shrinkResources false
}
}
And my library with sql-delight simply has this:
buildTypes {
debug
release
staging
}
Zoltan Demant
01/03/2024, 3:49 PMMR3Y
01/04/2024, 9:51 PMsqldelight
version to 2.0.1
or something like that?Zoltan Demant
01/05/2024, 9:38 AM