This message was deleted.
# community-support
s
This message was deleted.
r
This is the stacktrace
./gradlew kaptKotlin --stacktrace
adding --debug won’t add more 😉
v
Ok, from that stack trace I'd say that the JAR that it is complaining about is compiled with a Java version that is newer than what the KAPT included ASM can parse. Maybe using kapt is a bad idea as it is dead anyway?