Remove a deprecated option used by kotlin compilation tasks

This commit is contained in:
Username404-59 2021-04-15 12:26:40 +02:00
parent fb787b3be2
commit 39d00c4ecd
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ allprojects {
withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile::class) {
with(kotlinOptions) {
freeCompilerArgs = listOf("-Xjvm-default=all", "-Xlambdas=indy")
useIR = true
jvmTarget = "1.8"
languageVersion = "1.5"
apiVersion = "1.5"