We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LikelyInconsistentApi
1 parent 1d1f9b1 commit 8978aefCopy full SHA for 8978aef
common/src/commonMain/kotlin/com/huanshankeji/compose/LikelyInconsistentApi.kt
@@ -2,7 +2,8 @@ package com.huanshankeji.compose
2
3
@RequiresOptIn(
4
"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.",
+ "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.",
7
RequiresOptIn.Level.WARNING
8
)
9
@Retention(AnnotationRetention.BINARY)
0 commit comments