Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class AnonymousObjectPropertyInitializationKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field o: T
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getO(): T
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface T {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user