John O'Reilly
05/31/2024, 5:03 PMandroidx.compose.ui.res.stringResource
(and consuming R.string.*
resources from the Android module). I have following and can access shared strings from say Compose for Desktop client (where org.jetbrains.compose.resources.stringResource
is used)
compose.resources {
publicResClass = true
}
Konstantin Tskhovrebov
05/31/2024, 5:14 PMJohn O'Reilly
05/31/2024, 5:19 PMJohn O'Reilly
05/31/2024, 5:19 PMKonstantin Tskhovrebov
05/31/2024, 5:20 PMJohn O'Reilly
05/31/2024, 5:20 PMJohn O'Reilly
05/31/2024, 6:23 PM