| 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. |
Created
September 23, 2025 06:50
-
-
Save gptshubham595/dd62791e218795d95cdc713f5210ffaa to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment