BTW, is it intentional that `kapt` throws an ISE w...
# kapt
m
BTW, is it intentional that
kapt
throws an ISE whenever my annotation processor logs errors or throws an exception?
Copy code
e: error: (my logged error)
e: java.lang.IllegalStateException: Should not be called!
        at org.jetbrains.kotlin.types.ErrorUtils$1.getPackage(ErrorUtils.java:86)
        at org.jetbrains.kotlin.descriptors.DescriptorUtilKt.resolveClassByFqName(descriptorUtil.kt:21)
        at org.jetbrains.kotlin.resolve.checkers.ExperimentalUsageChecker$Companion$checkCompilerArguments$1.invoke(ExperimentalUsageChecker.kt:222)