I have a Ktor project with both java and kotlin so...
# ktor
m
I have a Ktor project with both java and kotlin source code. It works fine, but when using the atomic cfu plugin, i am getting NoClassDef found for the java code, In the build folder, the java files are being compiled, but somehow they are not available at runtime. Any solutions?
a
Is this problem somehow related to Ktor?