Make unsigned types experimental (with warning if not opted-in)
This commit is contained in:
@@ -212,6 +212,8 @@ compileUnsignedKotlin {
|
||||
languageVersion = "1.3"
|
||||
apiVersion = "1.3"
|
||||
freeCompilerArgs += [
|
||||
"-Xuse-experimental=kotlin.Experimental",
|
||||
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes",
|
||||
"-XXLanguage:+InlineClasses"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user