is this is a bug that ```androidExtensions { f...
# android
i
is this is a bug that
Copy code
androidExtensions {
    features = ["parcelize"]
}
still generating synthetic properties in Kotlin 1.3.71?
j
It will not generate them. The IDE just doesn't know you've disabled the feature: https://youtrack.jetbrains.com/issue/KT-25280
j
Is there no way to avoid import them?
j
Disallow it in your IDE maybe
👍 1
d
Is there a way to add that to project?
Any idea in which file is this setting?
Ok, found it. It’s
codeInsightSettings.xml
.