Merge pull request #474 from hzsweers/z/newmetadata

Update to kotlin-metadata 1.3.0 and just use mavencentral
This commit is contained in:
Jesse Wilson
2018-04-04 01:16:03 -04:00
committed by GitHub

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