Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Studio completion for the plugin #220

Open
jmfayard opened this issue Oct 19, 2019 · 3 comments
Open

Android Studio completion for the plugin #220

jmfayard opened this issue Oct 19, 2019 · 3 comments

Comments

@jmfayard
Copy link
Collaborator

The auto-completion seems to work only for build.gradle.kts, not for build.gradle
Strange given that it works in the buildSrc which is basically a private Gradle plugin.
To be investigated.

image

@jmfayard jmfayard mentioned this issue Oct 19, 2019
@LouisCAD
Copy link
Owner

Kotlin objects are not recognized by Groovy, plus other weird things, that's why I had lowercase vals initially, so Groovy can see them.

@jmfayard
Copy link
Collaborator Author

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?

@LouisCAD
Copy link
Owner

Have you tried having a top level androidX val ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants