On paste: Add required imports #4
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
plugin
Issues about the IntelliJ IDEA / Android Studio plugin.
Milestone
Currently when pasting with the plugin we only add the code. But we can also add the required imports to the list of import statements (e.g.
import androidx.compose.foundation.Text
).From reading the code of the Kotlin language plugin, I was expecting something like this to work:
But I end up with the following error:
I am not sure how to get access to those super types?
The text was updated successfully, but these errors were encountered: