mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
Update to Kotlin 1.4.0 (#1191)
* Update to Kotlin 1.4.0 * Remove moshi-kotlin rules in favor of Kotlin's * Ignore tests for now * Update to OptIn * Update test for kotlin 1.4 behavior
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
<configuration>
|
||||
<args>
|
||||
<arg>-Werror</arg>
|
||||
<arg>-Xuse-experimental=kotlin.ExperimentalStdlibApi</arg>
|
||||
<arg>-Xopt-in=kotlin.ExperimentalStdlibApi</arg>
|
||||
<arg>-XXLanguage:+InlineClasses</arg>
|
||||
</args>
|
||||
</configuration>
|
||||
|
Reference in New Issue
Block a user