Harsh Shandilya 2023-03-21 11:34:13 +05:30
parent 66158adc13
commit a6652134a2
No known key found for this signature in database

View file

@ -11,7 +11,6 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins { `kotlin-dsl` }
afterEvaluate {
tasks.withType<JavaCompile>().configureEach {
sourceCompatibility = JavaVersion.VERSION_11.toString()
targetCompatibility = JavaVersion.VERSION_11.toString()
@ -26,7 +25,6 @@ afterEvaluate {
)
}
}
}
gradlePlugin {
plugins {