Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
+2
@@ -1,8 +1,10 @@
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class A {
|
||||
public abstract method a(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class AnnotationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @A method test1(): int
|
||||
|
||||
Reference in New Issue
Block a user