add opt-in
This commit is contained in:
@@ -26,6 +26,10 @@ kotlin {
|
||||
implementation(libs.bytearray)
|
||||
}
|
||||
}
|
||||
|
||||
compilerOptions {
|
||||
freeCompilerArgs.add("-opt-in=kotlin.time.ExperimentalTime")
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
||||
Reference in New Issue
Block a user