Hi, I was wondering, is there a way to check that ...
# kapt
o
Hi, I was wondering, is there a way to check that you are using the new JVM IR backend for the KAPT stub generation task? I have added the flag and bumped to Kotlin 1.7.20 as by https://kotlinlang.org/docs/whatsnew1720.html#support-for-the-jvm-ir-backend-in-kapt-stub-generating-task suggests. However, I can’t seem to get repeatable annotations to work for my annotation processor 🤔
t
try to run build with
--debug
logs and check related task log output
o
Sorry for the noob question, but do you know what I have to look for in the debug stack to see that it uses the new IR backend? 🙂 I tried running
gradle sample:kaptGenerateStubsDebugKotlin --debug
but it outputs so much information and I could not see anything with
IR
or something like that😅