Has anyone had issues with a Kotlin JVM app when t...
# build-tools
a
Has anyone had issues with a Kotlin JVM app when trying to use AppCDS. I am running into
Copy code
[5.016s][info   ][cds         ] Run GC done
[5.016s][error  ][cds         ] Error: non-empty directory '/home/a/git/u/build/classes/kotlin/main'
Hint: enable -Xlog:class+path=info to diagnose the failure
Because Kotlin is putting a app-name.kotlin_module int the build/classes/kotlin/main/META-INF directory. Anyone have a way to work around this?