PHondogo
11/06/2025, 9:08 PMw: JVM Main Run Task Conflict
Target 'jvm': Unable to create run task 'jvmRun' as there is already such a task registered
Solution: Please remove the conflicting task or rename the new task
Any suggestions how to adopt? Or is it an issue?
Using Kotlin 2.3.0-Beta2 and Gradle 9.2.0Rey (Kingg22)
11/06/2025, 9:27 PMinternal const val DISABLE_HOT_RELOAD = "org.jetbrains.compose.hot.reload.disable"
fun disableHotReload(providers: ProviderFactory): Provider<Boolean> = providers.valueOrNull(DISABLE_HOT_RELOAD).toBooleanProvider(false)PHondogo
11/07/2025, 9:47 AMorg.jetbrains.compose.hot.reload.disable=true
than hot reload will be disabled and no warnings will be issued.