Use jvm default interface implementations

This commit is contained in:
DBotThePony 2023-09-04 09:34:39 +07:00
parent 3398ba62ee
commit 595b1c5e69
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -31,6 +31,7 @@ tasks.compileKotlin {
kotlinOptions {
jvmTarget = "17"
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
freeCompilerArgs += "-Xjvm-default=all"
}
}