george
09/29/2025, 8:32 AMzsmb
09/29/2025, 8:37 AMshared module and changing code in the ui-components module, for example.
I believe you need to have the Hot Reload Gradle plugin applied to both modules for now (that should be relaxed later when some changes make it into Kotlin/Compose releases). Maybe you only applied the plugin in your app module?george
10/03/2025, 7:03 AMshared-hotreloadable,
but not when changing code in shared-non-hotreloadable.
hot-reload-mm-example/
├── androidApp/
│ ├── app/
│ └── shared-non-hotreloadable/
└── desktopApp/
├── composeApp/
└── shared-hotreloadable/
I realize this is a bit of an edge case, but I’d like to confirm if this is intended behavior of the JetBrains Runtime.
(If it is, I’ll check deeper on my side.)zsmb
10/03/2025, 7:49 AMSebastian Sellmair [JB]
10/06/2025, 7:16 AMSebastian Sellmair [JB]
10/08/2025, 7:51 AMSebastian Sellmair [JB]
10/08/2025, 8:01 AMSebastian Sellmair [JB]
10/08/2025, 8:11 AMSebastian Sellmair [JB]
10/08/2025, 8:12 AM