Skip to content

Commit 8978aef

Browse files
committed
Update LikelyInconsistentApi's message about contribution
1 parent 1d1f9b1 commit 8978aef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/src/commonMain/kotlin/com/huanshankeji/compose/LikelyInconsistentApi.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ package com.huanshankeji.compose
22

33
@RequiresOptIn(
44
"This API is likely to be inconsistent now on Compose UI and Compose HTML, which could affect the final visual effect. " +
5-
"Please verify on both kinds of targets to make sure it works as expected.",
5+
"Please verify on both kinds of targets to make sure it works as expected. " +
6+
"You are welcome to contribute to this library if you have a solution to fix the consistency.",
67
RequiresOptIn.Level.WARNING
78
)
89
@Retention(AnnotationRetention.BINARY)

0 commit comments

Comments
 (0)