I'm getting a KaptException when trying to compile...
# android
s
I'm getting a KaptException when trying to compile my project, but Android Studio doesn't give me any more information than a KaptException happened. Not the file that it happened on, not what was happening when it happened, nothing. Is that something that could be improved upon in future versions?
t
Do you mean that you don't receive any meaningful error message when building via Android Studio ? Maybe try with
gradlew app:assembleDebug --stacktrace
in console, so that the IDE doesn't filter build output.
👍 1
☝️ 1
s
I know I can do that, but I was requesting that the errors shown in there be surfaced to Android Studio