robnik
08/21/2024, 3:57 PM[INFO] --- kotlin-maven-plugin:2.0.10:compile (compile) @ omnisee ---
[WARNING] Using experimental Kotlin incremental compilation
[ERROR] Incremental compilation failed: java.lang.NegativeArraySizeException
java.io.IOException: java.lang.NegativeArraySizeException
at com.intellij.util.io.IOUtil.readString(IOUtil.java:48)
at org.jetbrains.kotlin.incremental.storage.StringExternalizer.read(externalizers.kt:225)
at org.jetbrains.kotlin.incremental.storage.FileDescriptor.read(FileToPathConverter.kt:37)
at org.jetbrains.kotlin.incremental.storage.FileDescriptor.read(FileToPathConverter.kt:30)
robnik
08/21/2024, 4:00 PMpom.xml
seems to have fixed the issue, but I didn't need to do that with Kotlin 1.x.tapchicoma
08/21/2024, 9:17 PM