Skip to content

Commit

Permalink
Enforce inclusion of sqlite-jdbc
Browse files Browse the repository at this point in the history
  • Loading branch information
InvictusRMC committed Feb 20, 2024
1 parent 471e85e commit f7395f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,14 @@ dependencies {
testImplementation "io.mockk:mockk:$mockk_version"
testImplementation 'org.json:json:20190722'
testImplementation "app.cash.sqldelight:sqlite-driver:$sqldelight_version"
testImplementation "org.xerial:sqlite-jdbc:3.44.1.0"
testImplementation "com.goterl:lazysodium-java:5.1.4"
annotationProcessor "androidx.room:room-compiler:$room_version"
}


tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions.freeCompilerArgs += [
"-opt-in=kotlin.RequiresOptIn"
"-opt-in=kotlin.RequiresOptIn"
]
}

0 comments on commit f7395f7

Please sign in to comment.