diff --git a/common/src/commonMain/kotlin/com/huanshankeji/compose/LikelyInconsistentApi.kt b/common/src/commonMain/kotlin/com/huanshankeji/compose/LikelyInconsistentApi.kt index 413c9bf..b0fa134 100644 --- a/common/src/commonMain/kotlin/com/huanshankeji/compose/LikelyInconsistentApi.kt +++ b/common/src/commonMain/kotlin/com/huanshankeji/compose/LikelyInconsistentApi.kt @@ -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)