From 8978aeff924f24e9cbeae75267b55deaac48933b Mon Sep 17 00:00:00 2001 From: Yongshun Shreck Ye Date: Sat, 7 Dec 2024 19:55:00 +0800 Subject: [PATCH] Update `LikelyInconsistentApi`'s message about contribution --- .../kotlin/com/huanshankeji/compose/LikelyInconsistentApi.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)