Open jmfayard opened 5 years ago
Kotlin object
s are not recognized by Groovy, plus other weird things, that's why I had lowercase val
s initially, so Groovy can see them.
I've seen your trick and I like it.
But here it's different from me, it can't even find the base class AndroidX
. Any ideas?
Have you tried having a top level androidX
val
?
The auto-completion seems to work only for
build.gradle.kts
, not forbuild.gradle
Strange given that it works in thebuildSrc
which is basically a private Gradle plugin. To be investigated.