this is not working in a multi module setup. my parent maven module contains 2 child modules. 1.java-based module 2.kotlin-based module
all java files are in 1. and all kotlin files are in 2.
i add the solution from kotlin docs and @yole answer to parent pom. but i still get the "cannot find symbol" error.