Cleanup code
This commit is contained in:
parent
9cce9738bd
commit
8f32251a5f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
val currentJavaVersionFromLibs = JavaVersion.valueOf(libs.versions.app.build.javaVersion.get().toString())
|
val currentJavaVersionFromLibs = JavaVersion.valueOf(libs.versions.app.build.javaVersion.get())
|
||||||
sourceCompatibility = currentJavaVersionFromLibs
|
sourceCompatibility = currentJavaVersionFromLibs
|
||||||
targetCompatibility = currentJavaVersionFromLibs
|
targetCompatibility = currentJavaVersionFromLibs
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue