Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
@kotlin.Metadata
|
||||
public interface A {
|
||||
public abstract method foo(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface B {
|
||||
public abstract method foo(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3414Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field a: A
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
|
||||
Reference in New Issue
Block a user