commonMain.com.huanshankeji.compose.ExtRecommendedApi.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compose-multiplatform-common
Show all versions of compose-multiplatform-common
Common wrappers of components (including layouts) and styles for Compose Multiplatform on (desktop/Android and web)
The newest version!
package com.huanshankeji.compose
@RequiresOptIn(
"This API is more akin to the original `androidx.compose` one but does not follow the conventions and cannot produce the perfect outcome on JS (Compose HTML). " +
"Consider using the corresponding alternative in the `ext` package instead if you have time to refactor the code.",
RequiresOptIn.Level.WARNING
)
@Retention(AnnotationRetention.BINARY)
annotation class ExtRecommendedApi
© 2015 - 2025 Weber Informatics LLC | Privacy Policy