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 FalseSmartCastKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Foo {
|
||||
public method <init>(): void
|
||||
public final method superFoo(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class SuperFoo {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user