Skip to content

Instantly share code, notes, and snippets.

@gptshubham595
Created September 23, 2025 06:50
Show Gist options
  • Select an option

  • Save gptshubham595/dd62791e218795d95cdc713f5210ffaa to your computer and use it in GitHub Desktop.

Select an option

Save gptshubham595/dd62791e218795d95cdc713f5210ffaa to your computer and use it in GitHub Desktop.
Feature Traditional Android (R) KMP Compose (Res)
Location src/main/res/ src/commonMain/composeResources/
Access in Code R.string.title Res.string.title
Usage context.getString(R.string.title) stringResource(Res.string.title)
Underlying Type An int ID generated by AGP. A type-safe object accessor from the Compose resource library.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment