Fix building on modern Java
This commit is contained in:
@@ -111,6 +111,12 @@ android {
|
|||||||
sourceCompatibility JavaVersion.VERSION_17
|
sourceCompatibility JavaVersion.VERSION_17
|
||||||
targetCompatibility JavaVersion.VERSION_17
|
targetCompatibility JavaVersion.VERSION_17
|
||||||
}
|
}
|
||||||
|
kotlinOptions {
|
||||||
|
jvmTarget = "17"
|
||||||
|
}
|
||||||
|
kotlin {
|
||||||
|
jvmToolchain(17)
|
||||||
|
}
|
||||||
|
|
||||||
testOptions.unitTests.all {
|
testOptions.unitTests.all {
|
||||||
// log results of tests to console, useful for travis
|
// log results of tests to console, useful for travis
|
||||||
|
|||||||
Reference in New Issue
Block a user