ArrayIndexOutOfBoundsException in kapt
I get an ArrayIndexOutOfBoundsException, when I try to build my project with dagger 2, Kotlin Coroutines and Java 8. The problem doesn't arise, when I use Java 9 or Java 10 (on Java 11 another problem occurs but that's another question).
I created a <a...