Anybody! I am (still) compiling the stdlib from s...
# kontributors
v
Anybody! I am (still) compiling the stdlib from sources, and I get
Copy code
Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors
[ERROR] /Users/voddan/Programming/kotlin/libraries/stdlib/src/generated/_Arrays.kt: (1, 7) Class 'kotlin.jvm.JvmMultifileClass' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler
What is the recommended way to deal with it?
u
Run
ant dist
to recompile everything with the release compiler