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

commonMain.com.bselzer.ktx.resource.strings.Resource.kt Maven / Gradle / Ivy

package com.bselzer.ktx.resource.strings

import com.bselzer.ktx.resource.KtxResources
import dev.icerock.moko.resources.StringResource

/**
 * [KtxResources.strings.enabled] if true, otherwise [KtxResources.strings.disabled]
 */
fun Boolean?.stringResource(): StringResource = if (this == true) KtxResources.strings.enabled else KtxResources.strings.disabled




© 2015 - 2024 Weber Informatics LLC | Privacy Policy