Hello! The code works perfectly fine with Kotlin v...
# compose-desktop
a
Hello! The code works perfectly fine with Kotlin version 2.1.20-Beta2, But when I update my project to "*2.1.20-RC3*":
Copy code
kotlin =  "2.1.20-RC3" #"2.1.20-Beta2"
I got this error when running my desktop project:
Copy code
Could not determine the dependencies of task ':system:frontend:apps:desktop:DesktopJar'.
> Task with path 'DesktopMainClasses' not found in project ':system:frontend:apps:desktop'.
If I try to clean the project I get the error:
Copy code
Could not determine the dependencies of task ':system:frontend:apps:desktop:cleanAllTests'.
> Task with path 'cleanDesktopTest' not found in project ':system:frontend:apps:desktop'.