mirror of
https://github.com/gotson/komga.git
synced 2026-04-16 12:01:09 +02:00
build: fix kotlin compiler warning
This commit is contained in:
parent
f98f7dbb47
commit
2a1ab5710c
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ tasks {
|
|||
jvmTarget = "1.8"
|
||||
freeCompilerArgs = listOf(
|
||||
"-Xjsr305=strict",
|
||||
"-Xopt-in=kotlin.time.ExperimentalTime",
|
||||
"-opt-in=kotlin.time.ExperimentalTime",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue