Enable library desugaring, upgrade H2.

This commit is contained in:
akwizgran
2023-08-29 17:49:52 +01:00
parent 87ef5e58ee
commit 98d1fc4ce2
6 changed files with 376 additions and 373 deletions

View File

@@ -78,6 +78,7 @@ android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
coreLibraryDesugaringEnabled true
}
testOptions {
@@ -143,6 +144,8 @@ dependencies {
compileOnly 'javax.annotation:jsr250-api:1.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
testImplementation project(path: ':bramble-api', configuration: 'testOutput')
testImplementation project(path: ':bramble-core', configuration: 'testOutput')