Parcelize: Add IDE support for the Parcelize compiler plugin with sources extracted from Android Extensions plugin (KT-40030)

This commit is contained in:
Yan Zhulanow
2020-07-07 19:35:26 +09:00
parent b7796d63d8
commit 15b2850ee0
85 changed files with 2473 additions and 2 deletions
@@ -0,0 +1,8 @@
parcelize.fix.annotate.containing.class.with.parcelize=Annotate containing class with ''@Parcelize''
parcelize.fix.add.ignored.on.parcel.annotation=Add ''@IgnoredOnParcel'' annotation
parcelize.fix.add.empty.primary.constructor=Add empty primary constructor
parcelize.fix.add.parcelable.supertype=Add ''Parcelable'' supertype
parcelize.fix.remove.redundant.type.parceler.annotation=Remove redundant ''@TypeParceler'' annotation
parcelize.fix.migrate.to.parceler.companion.object=Migrate to ''Parceler'' companion object
parcelize.fix.remove.custom.creator.property=Remove custom ''CREATOR'' property
parcelize.fix.remove.custom.write.to.parcel.function=Remove custom ''writeToParcel()'' function