Implement coerce extension functions for unsigned types

This commit is contained in:
Abduqodiri Qurbonzoda
2019-03-12 21:37:32 +03:00
parent a369496aca
commit 35c6f09886
5 changed files with 297 additions and 34 deletions
+6 -1
View File
@@ -10,7 +10,12 @@ sourceSets {
}
compileTestKotlin {
kotlinOptions.jdkHome = JDK_18
kotlinOptions {
jdkHome = JDK_18
freeCompilerArgs = [
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes"
]
}
}
test {