Skip to content

Commit

Permalink
Update LikelyInconsistentApi's message about contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Dec 7, 2024
1 parent 1d1f9b1 commit 8978aef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ package com.huanshankeji.compose

@RequiresOptIn(
"This API is likely to be inconsistent now on Compose UI and Compose HTML, which could affect the final visual effect. " +
"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. " +
"You are welcome to contribute to this library if you have a solution to fix the consistency.",
RequiresOptIn.Level.WARNING
)
@Retention(AnnotationRetention.BINARY)
Expand Down

0 comments on commit 8978aef

Please sign in to comment.