Setup JDK

This commit is contained in:
Denys 2025-05-10 20:38:42 +12:00
parent 2f14c63820
commit b8a3bef111

View File

@ -10,12 +10,6 @@ repositories {
mavenCentral()
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)
}
}
dependencies {
implementation(kotlin("stdlib"))
testImplementation(kotlin("test"))