mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Address minor build warnings
This commit is contained in:
parent
8a5382042c
commit
431f8772f8
7 changed files with 20 additions and 18 deletions
|
@ -35,3 +35,11 @@ android {
|
|||
consumerProguardFiles("consumer-rules.pro")
|
||||
}
|
||||
}
|
||||
|
||||
tasks {
|
||||
withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
|
||||
kotlinOptions.freeCompilerArgs += listOf(
|
||||
"-opt-in=kotlinx.serialization.ExperimentalSerializationApi",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue