is there a GitHub issue for updating the annotatio...
# community-support
a
is there a GitHub issue for updating the annotations Gradle uses so in Kotlin we don't need to add
@get:
?
v
I have no idea, but I'd guess this is not possible without having a Kotlin-specific annotation implemented in Kotlin and I doubt that will happen
Urgh, didn't know about that strange syntax:
Copy code
@get:[Optional Input]
While for exactly that combination it might indeed improve readability 😄
Ah, no, it is not possible, otherwise also the annotation handling code would need to be rewritten in Kotlin
•
property
(annotations with this target are not visible to Java)
a