It seems like AndroidStudio's import suggestions d...
# gradle
d
It seems like AndroidStudio's import suggestions don't work too well with gradle kts... and inlining the import doesn't work either...
🧵 2
j
have you tried IntelliJ to check if it is a IDE issue? Running via CLI it is failing too?
d
Well, w/o the top level import, it fails too... so I guess it's also a gradle issue...
j
if it fails via CLI then it can be a problem related to Gradle or your java distribution