|
|
|
@ -3,10 +3,8 @@
|
|
|
|
|
package app.group.resources_test.generated.resources |
|
|
|
|
|
|
|
|
|
import kotlin.OptIn |
|
|
|
|
import org.jetbrains.compose.resources.ExperimentalResourceApi |
|
|
|
|
import org.jetbrains.compose.resources.StringResource |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
private object CommonMainString0 { |
|
|
|
|
public val PascalCase: StringResource by |
|
|
|
|
lazy { init_PascalCase() } |
|
|
|
@ -30,11 +28,9 @@ private object CommonMainString0 {
|
|
|
|
|
lazy { init_str_template() } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
internal val Res.string.PascalCase: StringResource |
|
|
|
|
get() = CommonMainString0.PascalCase |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
private fun init_PascalCase(): StringResource = org.jetbrains.compose.resources.StringResource( |
|
|
|
|
"string:PascalCase", "PascalCase", |
|
|
|
|
setOf( |
|
|
|
@ -43,11 +39,9 @@ private fun init_PascalCase(): StringResource = org.jetbrains.compose.resources.
|
|
|
|
|
) |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
internal val Res.string._1_kebab_case: StringResource |
|
|
|
|
get() = CommonMainString0._1_kebab_case |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
private fun init__1_kebab_case(): StringResource = org.jetbrains.compose.resources.StringResource( |
|
|
|
|
"string:_1_kebab_case", "_1_kebab_case", |
|
|
|
|
setOf( |
|
|
|
@ -56,11 +50,9 @@ private fun init__1_kebab_case(): StringResource = org.jetbrains.compose.resourc
|
|
|
|
|
) |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
internal val Res.string.app_name: StringResource |
|
|
|
|
get() = CommonMainString0.app_name |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
private fun init_app_name(): StringResource = org.jetbrains.compose.resources.StringResource( |
|
|
|
|
"string:app_name", "app_name", |
|
|
|
|
setOf( |
|
|
|
@ -69,11 +61,9 @@ private fun init_app_name(): StringResource = org.jetbrains.compose.resources.St
|
|
|
|
|
) |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
internal val Res.string.camelCase: StringResource |
|
|
|
|
get() = CommonMainString0.camelCase |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
private fun init_camelCase(): StringResource = org.jetbrains.compose.resources.StringResource( |
|
|
|
|
"string:camelCase", "camelCase", |
|
|
|
|
setOf( |
|
|
|
@ -82,11 +72,9 @@ private fun init_camelCase(): StringResource = org.jetbrains.compose.resources.S
|
|
|
|
|
) |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
internal val Res.string.hello: StringResource |
|
|
|
|
get() = CommonMainString0.hello |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
private fun init_hello(): StringResource = org.jetbrains.compose.resources.StringResource( |
|
|
|
|
"string:hello", "hello", |
|
|
|
|
setOf( |
|
|
|
@ -95,11 +83,9 @@ private fun init_hello(): StringResource = org.jetbrains.compose.resources.Strin
|
|
|
|
|
) |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
internal val Res.string.multi_line: StringResource |
|
|
|
|
get() = CommonMainString0.multi_line |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
private fun init_multi_line(): StringResource = org.jetbrains.compose.resources.StringResource( |
|
|
|
|
"string:multi_line", "multi_line", |
|
|
|
|
setOf( |
|
|
|
@ -108,11 +94,9 @@ private fun init_multi_line(): StringResource = org.jetbrains.compose.resources.
|
|
|
|
|
) |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
internal val Res.string.str_template: StringResource |
|
|
|
|
get() = CommonMainString0.str_template |
|
|
|
|
|
|
|
|
|
@ExperimentalResourceApi |
|
|
|
|
private fun init_str_template(): StringResource = org.jetbrains.compose.resources.StringResource( |
|
|
|
|
"string:str_template", "str_template", |
|
|
|
|
setOf( |
|
|
|
|