Use constant to specify java version

This commit is contained in:
Ian VanSchooten 2024-09-10 10:24:50 -04:00
parent 8c20397acc
commit 28a49f86cf
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ android {
} }
kotlinOptions { kotlinOptions {
jvmTarget = '1.8' jvmTarget = JavaVersion.VERSION_1_8
} }
sourceSets { sourceSets {