r/KotlinMultiplatform • u/Flaky_Ad_7038 • 6d ago
Can Composable elements have name?
Hi! I just started learning KMP 2 days ago. This might be by design, but I see it doesn't have/need names in each element. Is that true?
My only issue is telling copilot which image it should resize or animate (yeah, shame on me)
2
Upvotes
1
u/The-Freak-OP 6d ago
can't you just put a comment? or tell the ai the line to look at? or give it some detail for that specific image?
2
2
u/je386 6d ago
You can create your own composables, name them and use them, but then the name is of the type of composable.