Parcelable: Add Parcelable functionality to Android Extensions plugin
This commit is contained in:
@@ -186,9 +186,8 @@ messages/**)
|
||||
-keep class org.jetbrains.org.objectweb.asm.signature.SignatureReader { *; }
|
||||
-keep class org.jetbrains.org.objectweb.asm.signature.SignatureVisitor { *; }
|
||||
|
||||
-keepclassmembers class org.jetbrains.org.objectweb.asm.Type {
|
||||
*** ARRAY;
|
||||
*** OBJECT;
|
||||
-keep class org.jetbrains.org.objectweb.asm.Type {
|
||||
public protected *;
|
||||
}
|
||||
|
||||
-keepclassmembers class org.jetbrains.org.objectweb.asm.ClassReader {
|
||||
|
||||
+1
@@ -43,6 +43,7 @@ interface SyntheticResolveExtension {
|
||||
override fun addSyntheticSupertypes(thisDescriptor: ClassDescriptor, supertypes: MutableList<KotlinType>) =
|
||||
instances.forEach { it.addSyntheticSupertypes(thisDescriptor, supertypes) }
|
||||
|
||||
// todo revert
|
||||
override fun generateSyntheticMethods(thisDescriptor: ClassDescriptor, name: Name,
|
||||
fromSupertypes: List<SimpleFunctionDescriptor>,
|
||||
result: MutableCollection<SimpleFunctionDescriptor>) =
|
||||
|
||||
Reference in New Issue
Block a user