blob: 65549bebcf81b51ccf7fadffa00254e256d81e94 [file] [log] [blame]
plugins {
id 'java-library'
id 'kotlin'
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}
java {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}