Update to kotlin-metadata 1.3.0 and just use mavencentral

This commit is contained in:
Zac Sweers
2018-04-03 13:23:38 -07:00
parent 5c45d1e0d9
commit 5f4c46f402

View File

@@ -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