You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for developing this project. I have been looking for something like this for a long time, and I can see this one has a lot of dedication put into it!
Unfortunately, I am running into usability issues, so I will post about them in the upcoming issues.
I'll start with this one:
Incremental Compilation lock contention issues
Initially when I ran the hot reload process, it gave me errors about trying to use a jdk from the registry that doesn't exist. So I changed the JDK in the registry to be JBR-17, the same one I use as the project SDK.
Now, when I run hot reload via the runHot gradle task, I get the following error when hot reloading (I sometimes get it as soon as i launch in the IDE as well);
[KOTLIN] [IC] Incremental compilation was attempted but failed:
Hey, thanks for developing this project. I have been looking for something like this for a long time, and I can see this one has a lot of dedication put into it!
Unfortunately, I am running into usability issues, so I will post about them in the upcoming issues.
I'll start with this one:
Incremental Compilation lock contention issues
Initially when I ran the hot reload process, it gave me errors about trying to use a jdk from the registry that doesn't exist. So I changed the JDK in the registry to be JBR-17, the same one I use as the project SDK.
Now, when I run hot reload via the
runHot
gradle task, I get the following error when hot reloading (I sometimes get it as soon as i launch in the IDE as well);Full error:
https://gist.github.com/natanfudge/66174541e2d83437177ab75f12fbd7eb
The hot reloading does succeed at the end, but it only shows an indicator that it started reloading after this incremental process finishes to fail.
Gradle: 8.12.1
Hot Reload:1.0.0-dev-39
Kotlin: 2.1.20-Beta2
OS: Windows 11 Home 24H2
Example project: https://github.com/natanfudge/HotReloadBugs/tree/caches
The text was updated successfully, but these errors were encountered: