use Gradle toolchain support

This commit is contained in:
Daniel Micay 2023-02-01 21:43:25 -05:00
parent 284fc306fc
commit 424010af1c
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@ plugins {
id("kotlin-android")
}
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
}
android {
if (useKeystoreProperties) {
signingConfigs {