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