is there a way to specify a custom annotations for...
# announcements
d
is there a way to specify a custom annotations for kotlin gradle plugin? i googled this bit, but it doesn't work anymore
Copy code
compileKotlin {
  kotlinOptions.annotations = file('annotations')
}
I need this for android, but decided to ask in more general chat just in case