Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
+4
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Util {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method barx(): java.lang.String
|
||||
@@ -9,11 +11,13 @@ public final class Util {
|
||||
public final static @org.jetbrains.annotations.NotNull method foox(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class Util__BarKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foox(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class Util__FooKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method barx(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user