Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
@kotlin.Metadata
|
||||
public final class Another {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Base
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Derived {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PrefixIncrementOnClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method inc(@org.jetbrains.annotations.NotNull p0: Base): Derived
|
||||
|
||||
Reference in New Issue
Block a user