Skip to content

Commit a7ea2bd

Browse files
committed
Run apiDump
1 parent eb27f67 commit a7ea2bd

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

common/api/android/compose-multiplatform-html-unified-common.api

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ public final class com/huanshankeji/compose/Content_composeUiKt {
33
public static final fun toNullableContentWithoutModifier (Lkotlin/jvm/functions/Function3;)Lkotlin/jvm/functions/Function2;
44
}
55

6+
public abstract interface annotation class com/huanshankeji/compose/ExperimentalApi : java/lang/annotation/Annotation {
7+
}
8+
69
public abstract interface annotation class com/huanshankeji/compose/ExtRecommendedApi : java/lang/annotation/Annotation {
710
}
811

12+
public abstract interface annotation class com/huanshankeji/compose/LikelyInconsistentApi : java/lang/annotation/Annotation {
13+
}
14+
915
public abstract class com/huanshankeji/compose/ext/LoadingState {
1016
public static final field $stable I
1117
}

common/api/compose-multiplatform-html-unified-common.klib.api

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@ open annotation class com.huanshankeji.compose.foundation/ExperimentalFoundation
1111
constructor <init>() // com.huanshankeji.compose.foundation/ExperimentalFoundationApi.<init>|<init>(){}[0]
1212
}
1313

14+
open annotation class com.huanshankeji.compose/ExperimentalApi : kotlin/Annotation { // com.huanshankeji.compose/ExperimentalApi|null[0]
15+
constructor <init>() // com.huanshankeji.compose/ExperimentalApi.<init>|<init>(){}[0]
16+
}
17+
1418
open annotation class com.huanshankeji.compose/ExtRecommendedApi : kotlin/Annotation { // com.huanshankeji.compose/ExtRecommendedApi|null[0]
1519
constructor <init>() // com.huanshankeji.compose/ExtRecommendedApi.<init>|<init>(){}[0]
1620
}
1721

22+
open annotation class com.huanshankeji.compose/LikelyInconsistentApi : kotlin/Annotation { // com.huanshankeji.compose/LikelyInconsistentApi|null[0]
23+
constructor <init>() // com.huanshankeji.compose/LikelyInconsistentApi.<init>|<init>(){}[0]
24+
}
25+
1826
final enum class com.huanshankeji.compose.foundation.layout/IntrinsicSize : kotlin/Enum<com.huanshankeji.compose.foundation.layout/IntrinsicSize> { // com.huanshankeji.compose.foundation.layout/IntrinsicSize|null[0]
1927
enum entry Max // com.huanshankeji.compose.foundation.layout/IntrinsicSize.Max|null[0]
2028
enum entry Min // com.huanshankeji.compose.foundation.layout/IntrinsicSize.Min|null[0]

common/api/jvm/compose-multiplatform-html-unified-common.api

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ public final class com/huanshankeji/compose/Content_composeUiKt {
33
public static final fun toNullableContentWithoutModifier (Lkotlin/jvm/functions/Function3;)Lkotlin/jvm/functions/Function2;
44
}
55

6+
public abstract interface annotation class com/huanshankeji/compose/ExperimentalApi : java/lang/annotation/Annotation {
7+
}
8+
69
public abstract interface annotation class com/huanshankeji/compose/ExtRecommendedApi : java/lang/annotation/Annotation {
710
}
811

12+
public abstract interface annotation class com/huanshankeji/compose/LikelyInconsistentApi : java/lang/annotation/Annotation {
13+
}
14+
915
public abstract class com/huanshankeji/compose/ext/LoadingState {
1016
public static final field $stable I
1117
}

0 commit comments

Comments
 (0)