mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09: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:
@@ -155,8 +155,8 @@
|
||||
<configuration>
|
||||
<args>
|
||||
<!-- So we can declare ourselves as users of KotlinPoetMetadataPreview -->
|
||||
<arg>-Xuse-experimental=com.squareup.kotlinpoet.metadata.KotlinPoetMetadataPreview</arg>
|
||||
<arg>-Xuse-experimental=kotlin.Experimental</arg>
|
||||
<arg>-Xopt-in=com.squareup.kotlinpoet.metadata.KotlinPoetMetadataPreview</arg>
|
||||
<arg>-Xopt-in=kotlin.OptIn</arg>
|
||||
</args>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
Reference in New Issue
Block a user