I couldn't import the class `ApplicationExtension`...
# community-support
t
I couldn't import the class
ApplicationExtension
in my plugin. Can someone help me understand why?
j
you haven’t added the Android Gradle plugin dependency into your build logic module
❤️ 1
👆 1
v
Also, please never anywhere share screenshots of text if you only want to share the text and not something additional like colors or IDE annotations. Text in images is hard to read, especially on mobile, very hard to copy, and nearly impossible to search for. 🙂
❤️ 1
t
I fixed it after adding the AGP to my module, as suggested by @Javi Thanks!
👌 1
@Vampire I shared an image just to show my config. Is this not permitted?
v
It's not about permission, I cannot forbid anything. It is super impractical as I described above.
t
@Vampire aaa good! Okay Thank you so much for your help in clarifying my question.