Update to Kotlin 1.4.0 (#1191)

* Update to Kotlin 1.4.0

* Remove moshi-kotlin rules in favor of Kotlin's

* Ignore tests for now

* Update to OptIn

* Update test for kotlin 1.4 behavior
This commit is contained in:
Zac Sweers
2020-08-25 22:51:44 -04:00
committed by GitHub
parent 1283ceed94
commit a5dbc1d642
5 changed files with 71 additions and 33 deletions

View File

@@ -1,5 +0,0 @@
-keep class kotlin.reflect.jvm.internal.impl.builtins.BuiltInsLoaderImpl
-keepclassmembers class kotlin.Metadata {
public <methods>;
}