We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c189f0 commit 8f9f2a2Copy full SHA for 8f9f2a2
build.gradle.kts
@@ -194,6 +194,9 @@ allprojects {
194
// enables support for kotlin.time.Instant as kotlinx.datetime.Instant was deprecated; Issue #1350
195
// Can be removed once kotlin.time.Instant is marked "stable".
196
optIn.add("kotlin.time.ExperimentalTime")
197
+
198
+ // enables support for nested type-aliases, to be used with KoDEx to save on bytecode size
199
+ freeCompilerArgs.add("-Xnested-type-aliases")
200
}
201
202
0 commit comments