Is there setting for kotlin plugin that it will us...
# intellij
e
Is there setting for kotlin plugin that it will use androidx null aware annotations instead of the JetBrains version?
a
What do you mean by "use"? AFAIK recent Kotlin already understands many kinds of nullability annotations, including Android ones.
e
it generates a method called from kotlin it set null annotation based on kotlin knowledge about nullability. So it sets JetBrains variant instead of AndroidX dependency that is used everywhere in project.
I'm not sure if it is new code or old one (when plugin was not yet smart enough)
a
Sorry, I don't understand. Can you please share a code sample or screenshot of the problem?