Like I have tried to get extension by ```AllOpenEx...
# compiler
r
Like I have tried to get extension by
Copy code
AllOpenExtension allopenExtension = getProject().getExtensions().getByType(AllOpenExtension.class)
allopenExtension.getMyAnnotations()
It is not allowing me to access due to fact that list has
internal
modifier