Skip to content
Snippets Groups Projects
Verified Commit e597e059 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

build: remove unnecessary compiler arguments

parent 5ab59bea
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,7 @@ dependencies { ...@@ -29,8 +29,7 @@ dependencies {
tasks.withType<KotlinCompile> { tasks.withType<KotlinCompile> {
kotlinOptions { kotlinOptions {
freeCompilerArgs = listOf( freeCompilerArgs = listOf(
"-Xinline-classes", "-opt-in=kotlin.ExperimentalUnsignedTypes"
"-Xopt-in=kotlin.ExperimentalUnsignedTypes"
) )
jvmTarget = "1.8" jvmTarget = "1.8"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment