Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
+7
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class CallByKotlinKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method create(): java.lang.annotation.Annotation
|
||||
@@ -5,31 +6,37 @@ public final class CallByKotlinKt {
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class NoParams
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class OneDefault {
|
||||
public abstract method s(): java.lang.String
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class OneNonDefault {
|
||||
public abstract method s(): java.lang.String
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class TwoNonDefaults {
|
||||
public abstract method klass(): java.lang.Class
|
||||
public abstract method string(): java.lang.String
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class TwoParamsOneDefault {
|
||||
public abstract method s(): java.lang.String
|
||||
public abstract method x(): int
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class TwoParamsOneDefaultKClass {
|
||||
public abstract method klass(): java.lang.Class
|
||||
public abstract method string(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user