Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
Vendored
+4
@@ -1,14 +1,18 @@
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
public @Primary method <init>(): void
|
||||
public @Secondary method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Primary
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Secondary
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SimpleConstructorAnnotationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user