All Downloads are FREE. Search and download functionalities are using the official Maven repository.

androidMain.com.softartdev.themepref.localized.kt Maven / Gradle / Ivy

Go to download

Kotlin Multiplatform library for easy switching Dark/Light Material themes on Compose.

There is a newer version: 0.5.5
Show newest version
package com.softartdev.themepref

import androidx.compose.runtime.Composable
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.res.stringResource
import dev.icerock.moko.resources.StringResource
import dev.icerock.moko.resources.desc.StringDesc

@Composable
actual fun StringResource.composeLocalized(): String = stringResource(id = this.resourceId)

@Composable
actual fun StringDesc.asString(): String = toString(context = LocalContext.current)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy