Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
@kotlin.Metadata
|
||||
public final class bar/Bar {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method execute(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class bar/BarKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class foo/Foo {
|
||||
public method <init>(): void
|
||||
public synthetic static method foo$default(p0: foo.Foo, p1: boolean, p2: int, p3: java.lang.Object): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user