Join Slack
Powered by
How is compose resources a dependency and not a pl...
# compose
a
Alex Styl
11/13/2025, 11:52 AM
How is compose resources a dependency and not a plugin? can dependencies generate code?
Alex Styl
11/13/2025, 11:55 AM
probably the actual compose plugin does the work, and the dependency does something ... else?
k
krzysztof
11/13/2025, 11:58 AM
yeah, it's the plugin itself
https://github.com/JetBrains/compose-multiplatform/blob/41d24e63dd942bf1226488b9cf[…]/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt
k
Konstantin Tskhovrebov
11/13/2025, 1:14 PM
yes. the plugin generates accessors
a
Alex Styl
11/14/2025, 3:37 AM
TIL. thanks folks
6
Views
Open in Slack
Previous
Next