mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Update to KotlinPoet 1.5.0 (#1062)
This commit is contained in:
@@ -98,6 +98,7 @@
|
||||
|
||||
<properties>
|
||||
<maven.javadoc.skip>true</maven.javadoc.skip><!-- We use Dokka instead. -->
|
||||
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
@@ -150,6 +151,7 @@
|
||||
<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>
|
||||
</args>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
Reference in New Issue
Block a user