---
title: "String resources API for Compose Multiplatform"
url: https://daily.dev/posts/string-resources-api-for-compose-multiplatform-jelrwtepc
source_url: https://proandroiddev.com/string-resources-api-for-compose-multiplatform-9e0bf6618506
type: article
source: "ProAndroidDev"
published: 2024-03-26T02:30:53.739Z
updated: 2024-05-09T09:06:08.895Z
tags: ["kotlin", "compose-multiplatform"]
reading_time: 6
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# String resources API for Compose Multiplatform

**[ProAndroidDev](https://daily.dev/sources/pand)** · 6 min read · 2 upvotes · 0 comments

## Summary

Compose Multiplatform 1.6 introduces an official solution for declaring string resources in Kotlin Multiplatform projects. It provides a new resource set, 'composeResources', and allows the use of string resources in codebases. However, there are current limitations with plurals and arguments, and it does not support Android optimizations for reducing the size of the final artifact.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://proandroiddev.com/string-resources-api-for-compose-multiplatform-9e0bf6618506>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#kotlin](https://daily.dev/tags/kotlin), [#compose-multiplatform](https://daily.dev/tags/compose-multiplatform)

[View this post on daily.dev](https://daily.dev/posts/string-resources-api-for-compose-multiplatform-jelrwtepc)
