kitakkun / back-in-time-plugin

Kotlin Compiler Plugin to make your program back-in-time debuggable.
Apache License 2.0
34 stars 1 forks source link

Use compose resources for strings and drawables #33

Closed kitakkun closed 5 months ago

kitakkun commented 5 months ago

compose multiplatform 1.6.10-beta01 supports multimodule resources. move hard-coded strings to strings.xml and image resources to the drawable directory.