if I am adding an experimental/alpha feature to my...
# community-support
t
if I am adding an experimental/alpha feature to my plugin, would it make sense to add the
@org.gradle.api.Incubating
annotation, or should I use my own annotation type?
👍 1
t
Not a qualified answer, but it's used in plugins all over public github 😎👍 PS: Hi 👋
👋 2
t
elsewhere I was encouraged to use Kotlin's
@Experimental
, but I'm not sure. There's some uncertainty over the kind of IDE support either of the types provide The experimental feature in question would only concern API users. That is, other plugin authors or build maintainers