aafanasev / kson

Gson TypeAdapter & Factory generator for Kotlin data classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unresolved reference @Generated in generated class

manpreetsgarha opened this issue · comments

Can't find import javax.annotation.Generated

Please add a dependency https://mvnrepository.com/artifact/javax.annotation/javax.annotation-api/1.3.2

implementation 'javax.annotation:javax.annotation-api:1.3.2'

For the next version, I will add it as a transitive dependency