Skip to content

Commit f34db6f

Browse files
committed
[chore] OptIn ExperimentalTextApi for FontIcon
1 parent 034bd31 commit f34db6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fluent/src/skikoMain/kotlin/io/github/composefluent/component/FontIcon.skiko.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import androidx.compose.ui.text.platform.FontLoadResult
1717
import androidx.compose.ui.text.platform.SystemFont
1818

1919
@Composable
20+
@OptIn(ExperimentalTextApi::class)
2021
internal actual fun ProvideFontIcon(content: @Composable () -> Unit) {
2122
val fontFamilyResolver = LocalFontFamilyResolver.current
2223
var fontIconFamily by remember {

0 commit comments

Comments
 (0)