mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Update to kotlin-metadata 1.3.0 and just use mavencentral
This commit is contained in:
@@ -12,13 +12,6 @@
|
|||||||
|
|
||||||
<artifactId>moshi-kotlin-codegen-compiler</artifactId>
|
<artifactId>moshi-kotlin-codegen-compiler</artifactId>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>jcenter</id>
|
|
||||||
<url>https://jcenter.bintray.com/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.squareup.moshi</groupId>
|
<groupId>com.squareup.moshi</groupId>
|
||||||
@@ -69,8 +62,9 @@
|
|||||||
<artifactId>kotlin-annotation-processing-embeddable</artifactId>
|
<artifactId>kotlin-annotation-processing-embeddable</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.eugeniomarletti</groupId>
|
<groupId>me.eugeniomarletti.kotlin.metadata</groupId>
|
||||||
<artifactId>kotlin-metadata</artifactId>
|
<artifactId>kotlin-metadata</artifactId>
|
||||||
|
<version>1.3.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--
|
<!--
|
||||||
Though we don't use compile-testing, including it is a convenient way to get tools.jar on the
|
Though we don't use compile-testing, including it is a convenient way to get tools.jar on the
|
||||||
|
Reference in New Issue
Block a user