Separated libpupil to standalone repository

Migrated to Kotlin 1.4
This commit is contained in:
tom5079
2020-08-23 20:26:23 +09:00
parent 735dbab695
commit 216914882c
60 changed files with 233 additions and 486 deletions

View File

@@ -40,9 +40,9 @@
-keepattributes *Annotation*, InnerClasses
-dontnote kotlinx.serialization.SerializationKt
-keep,includedescriptorclasses class xyz.quaver.**$$serializer { *; } # <-- change package name to your app's
-keepclassmembers class xyz.quaver.** { # <-- change package name to your app's
-keepclassmembers class xyz.quaver.pupil** { # <-- change package name to your app's
*** Companion;
}
-keepclasseswithmembers class xyz.quaver.** { # <-- change package name to your app's
-keepclasseswithmembers class xyz.quaver.pupil** { # <-- change package name to your app's
kotlinx.serialization.KSerializer serializer(...);
}