Hello, can somebody give me a hint where can I fin...
# kontributors
g
Hello, can somebody give me a hint where can I find JVM annotation codegen code? I tried to modify
AnnotationCodegen
class in
org.jetbrains.kotlin.backend.jvm.codegen
but it looks like it isn't doing anything. When I run
gradlew install runIde
and open my test project in it (Kotlin gradle version is set to
1.4-SNAPSHOT
), it still generates annotations even when I commented out whole
genAnnotations
method.