build: fix kotlin compiler warning

This commit is contained in:
Gauthier Roebroeck 2022-04-22 11:32:55 +08:00
parent f98f7dbb47
commit 2a1ab5710c

View file

@ -126,7 +126,7 @@ tasks {
jvmTarget = "1.8"
freeCompilerArgs = listOf(
"-Xjsr305=strict",
"-Xopt-in=kotlin.time.ExperimentalTime",
"-opt-in=kotlin.time.ExperimentalTime",
)
}
}