Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
@kotlin.Metadata
|
||||
public final class DelegationJavaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestJava {
|
||||
private synthetic final field $$delegate_0: java.lang.Runnable
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.Runnable): void
|
||||
public method run(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestRunnable {
|
||||
public method <init>(): void
|
||||
public method run(): void
|
||||
|
||||
Reference in New Issue
Block a user