when I download the compose multiplatform pre project form Kotlin ultiplatform wizard. I didn't found the file like color.kt, theme etc. so where we can add this file.
a
Alejandro Rios
01/30/2024, 12:23 PM
I assume they would go where they are normally placed
j
Joel Denke
01/30/2024, 1:23 PM
Depends which Gradle module structure you prefer I would say. But if you will only using the shared module composeApp you can put it in that one.
I personally prefer creating my own isolated design system module that I can re-use anywhere 🙂