Update to kotlin-metadata 1.4 and use shaded compiler

Per https://github.com/Takhion/kotlin-metadata/releases/tag/v1.4.0

Now the compiler is shaded and not prone to breaking on kotlin updates, making it more robust until Jetbrains releases an official API for reading metadata.
This commit is contained in:
Zac Sweers
2018-04-28 20:30:30 -07:00
parent b96397f6eb
commit d195203865
7 changed files with 22 additions and 21 deletions

View File

@@ -64,6 +64,7 @@
<dependency>
<groupId>me.eugeniomarletti.kotlin.metadata</groupId>
<artifactId>kotlin-metadata</artifactId>
<version>1.4.0</version>
</dependency>
<!--
Though we don't use compile-testing, including it is a convenient way to get tools.jar on the