I'm trying to start a new Compose Multiplatform pr...
# intellij
a
I'm trying to start a new Compose Multiplatform project, and I'm not sure where to find the right JDK version to use for the project. I've tried 16, 17, 18, 19, 20, 1.1, 1.8, and they've all failed to create the project. The errors I'm getting with 18-20 are always
Unexpected lock protocol found in lock file. Expected 3, found 0.
. Online, it seems that this should be fixed by recreating the project, but it happens every time. I found the gradle compatibility matrix, but that did not answer my question
a