Compile unsigned types sourceset with 1.3 and annotate them with SinceKotlin("1.3")
This commit is contained in:
@@ -64,6 +64,8 @@ compileKotlinCommon {
|
||||
|
||||
compileUnsignedKotlinCommon {
|
||||
kotlinOptions {
|
||||
languageVersion = "1.3"
|
||||
apiVersion = "1.3"
|
||||
freeCompilerArgs += [
|
||||
"-XXLanguage:+InlineClasses"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user