This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-11 15:53:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
94de114894a6acdde75e3e0349b80c331aba6a67
kotlin
/
plugins
/
android-extensions
/
android-extensions-idea
/
testData
/
android
/
parcel
/
quickfix
History
Mikhail Glukhikh
98b0f91d84
Fix parcelize delete creator field test (companion is retained now)
2018-01-31 11:48:03 +03:00
..
addPrimaryConstructor
…
cantBeInnerClass
…
classShouldBeAnnotated
Parcelable: Use @IgnoredOnParcel annotation instead of Transient cause it's inapplicable on properties (KT-20298)
2017-10-16 21:25:37 +03:00
deleteIncompatible
Fix parcelize delete creator field test (companion is retained now)
2018-01-31 11:48:03 +03:00
migrations
Fix testdata for ParcelQuickFixTestGenerated
2017-10-27 14:56:03 +03:00
noParcelableSupertype
…
propertyWontBeSerialized
Parcelable: Use @IgnoredOnParcel annotation instead of Transient cause it's inapplicable on properties (KT-20298)
2017-10-16 21:25:37 +03:00
removeDuplicatingTypeParcelerAnnotation
…