mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Prepare project for Kotlin migration (#1257)
This commit is contained in:
@@ -23,7 +23,8 @@ plugins {
|
||||
|
||||
tasks.withType<KotlinCompile>().configureEach {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs = listOf(
|
||||
@Suppress("SuspiciousCollectionReassignment")
|
||||
freeCompilerArgs += listOf(
|
||||
"-Werror",
|
||||
"-Xopt-in=kotlin.ExperimentalStdlibApi",
|
||||
"-Xinline-classes"
|
||||
|
Reference in New Issue
Block a user