Skip to content

Commit

Permalink
chore(build/js): disable minimized-member-names
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kesselring authored and Marcel Kesselring committed Oct 24, 2023
1 parent 21bc46e commit daf1c50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ kotlin {
}
}
binaries.library()
compilations.all {
compileTaskProvider.configure {
compilerOptions.freeCompilerArgs.add("-Xir-minimized-member-names=false")
}
}
}

sourceSets {
Expand Down

0 comments on commit daf1c50

Please sign in to comment.