Update mppJavaProject.gradle

This commit is contained in:
2021-09-23 13:19:14 +06:00
committed by GitHub
parent ea18b23a2c
commit 0444d5fe8d

View File

@@ -28,3 +28,9 @@ kotlin {
} }
} }
} }
java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)
}
}