We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is a code sample with a change performed by the plugin, which breaks the correctness
/* * XXXXXXX * Copyright © 2016 XXXX * * Created by XXX - */ + */import java.util.* +import android.os.Parcel +import android.os.Parcelable package my.superb.package import android.net.Uri
The text was updated successfully, but these errors were encountered:
Fix issues #12 #13
9b5c84e
Thank's for the report. Fixed. https://github.com/nekocode/android-parcelable-intellij-plugin-kotlin/releases/tag/0.6
Sorry, something went wrong.
No branches or pull requests
Here is a code sample with a change performed by the plugin, which breaks the correctness
The text was updated successfully, but these errors were encountered: