Plugin
id("org.jetbrains.compose.hot-reload") version "1.0.0-alpha04"
Changes
- Fixed issue #122 where analyzing compose code failed due to missing handling of BIPUSH and SIPUSH opcodes (@Avvessalom )
- Fixed issue #123 where analyzing compose code failed due to missing handling of 'endToMarker' calls
- Fixed issue #118 where Windows systems did not destroy the recompiler processes
- Fixed JdwpTracker potentially leading to 'ClassCircularityError' in cooperation with the debugger agent
- Opened up 'withComposeHotReloadArguments' for all tasks implementing JavaForkOptions
- Experimental: Allow experimenting with custom 'ComposeReloadHotClasspathTask' tasks