Upgrade to Pro — share decks privately, control downloads, hide ads and more …

compose-hot-reload を試そうとした話

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

compose-hot-reload を試そうとした話

Avatar for Takuji Nishibayashi

Takuji Nishibayashi

June 04, 2025
Tweet

More Decks by Takuji Nishibayashi

Other Decks in Technology

Transcript

  1. 20

  2. 21

  3. 22

  4. App fun main() = application { Window( onCloseRequest = ::exitApplication,

    alwaysOnTop = true, title = "composedemo", ) { App() } } 24