Issue
i'm studying spring boot with mustache.
i use multi module with java and kotlin.
first module is java module.
second module is kotlin module that is exactly same with java module.
i study java book and than try to convert to kotlin.
i cannot find static file from kotlin module.
but works fine in java module. only kotlin module is not work well.
how to solve this problem?
here is my project github.
i have an additional question. Is it possible to have a template and js file as a common module and use it in java and kotlin module?
Solution
My problem was a wrong path.
The package name was static.js.app
and Kotlin couldn't find the location static/js/app/file
.
Thank you to let me know @HaimRaman
Answered By - blahblah
Answer Checked By - Mildred Charles (JavaFixing Admin)