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 {
tasks.withType<KotlinCompile> {
kotlinOptions {
freeCompilerArgs = listOf(
"-Xinline-classes",
"-Xopt-in=kotlin.ExperimentalUnsignedTypes"
"-opt-in=kotlin.ExperimentalUnsignedTypes"
)
jvmTarget = "1.8"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment