Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
+3
@@ -1,14 +1,17 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class A {
|
||||
public method <init>(): void
|
||||
public abstract @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class G {
|
||||
public method <init>(): void
|
||||
public abstract @org.jetbrains.annotations.NotNull method bar(): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class RecursiveInnerAnonymousObjectKt {
|
||||
private final static method baz(): G
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user