Hi all! I'm trying to build a project in my kotlinx.serialization fork, branch dev and I get an erro...
a
Hi all! I'm trying to build a project in my kotlinx.serialization fork, branch dev and I get an error when run
gradlew clean build
:
Copy code
\projects\kotlinx.serialization\core\jvmMainModule\src\module-info.java:4: error: package is empty or does not exist: kotlinx.serialization
    exports kotlinx.serialization;
                   ^
JDK liberica 11.0.16, language level 11. When rebuild project, the error does not reproduce. Has anyone encountered this problem and knows the solution?
s
It is a known problem, and workaround is to just relaunch the build