Ah, wow… It’s a JetBrains annotation problem… :neu...
# android
t
Ah, wow… It’s a JetBrains annotation problem… 😐
k
@thymecypher what was the problem exactly?
t
compile ‘org.jetbrainsannotations15.0’
k
why do you need to compile the annotations? can't you use
provided
?
t
Automatically added - I could probably use provided but you typically don’t expect auto fixes to give vague errors, haha.