Skip to content
New issue

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

[REQ] [Kotlin] Parcelize is now stable #4002

Closed
4brunu opened this issue Sep 30, 2019 · 0 comments · Fixed by #4003
Closed

[REQ] [Kotlin] Parcelize is now stable #4002

4brunu opened this issue Sep 30, 2019 · 0 comments · Fixed by #4003

Comments

@4brunu
Copy link
Contributor

4brunu commented Sep 30, 2019

Is your feature request related to a problem? Please describe.

The feature Parcelize show's a warning in the console saying that is an experimentar feature, but since Kotlin 1.3.41 is now stable.

https://github.com/JetBrains/kotlin/blob/1.3.40/ChangeLog.md#tools-android-extensions

LOGGER.info(CodegenConstants.PARCELIZE_MODELS + " depends on the android framework and " +
"experimental parcelize feature. Make sure your build applies the android plugin:\n" +
"apply plugin: 'com.android.library' OR apply plugin: 'com.android.application'.\n" +
"and enables the experimental features:\n" +
"androidExtensions {\n" +
" experimental = true\n" +
"}"

Describe the solution you'd like

We can now remove the warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant