hi everyone! we're running into problems in our an...
# kapt
r
hi everyone! we're running into problems in our android gradle builds because of NPEs being thrown from kapt. what is the best way to report such issues? 🙂
i'm looking for info like where to report the bug, what logs would be useful, etc
g
first, try to build with --stacktrace option in Gradle
It usually shows where actual exception happened. Because it most probably related on one of your annotation processors, but also can be related on Kapt or on Gradle directly, but it less probable