code_samples/kotlin: cleanup build.gradle

This commit is contained in:
Yann Cébron 2021-05-20 16:48:48 +02:00
parent 4bc5086cd2
commit 7a453e28aa

View File

@ -19,10 +19,6 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
}
sourceSets {
main.kotlin.srcDirs += 'src/main/kotlin'
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2020.2.4'