Bimba.git

ref: 84ed24430cd07e422990716112e9a37e4ef14329

fruchtfleisch/build.gradle


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
plugins {
    id 'java-library'
    id 'org.jetbrains.kotlin.jvm'
}

dependencies {
    //implementation 'org.jetbrains.kotlin:kotlin-reflect:1.8.10'
}
java {
    sourceCompatibility = JavaVersion.VERSION_17
    targetCompatibility = JavaVersion.VERSION_17
}