raydac / java-comment-preprocessor

preprocessor for computer languages with C-like comment format (C/C++/Java/Go)
Apache License 2.0
172 stars 27 forks source link

Ruin Android project which mix CMake, Kotlin, Java #58

Open sonvirgo opened 2 months ago

sonvirgo commented 2 months ago

PreProcess change src module root dir cause Kotlin to re-declare. Also Java root dir moves to /debug/res, render all Java classes unresolved in Manifests Ah the issue is specific to src folder having both Kotlin and Java sub folders. Java root sub folder is moved, while Kotlin sub is not,