https://kotlinlang.org logo
#konsist
Title
# konsist
e

Emil Kollstrøm

11/14/2023, 8:44 AM
I’m trying to run Konsist in a multi-module maven project, but I’m getting
Copy code
com.lemonappdev.konsist.core.exception.KoInternalException: Project directory not found. Searched in /<my-directory-here> and parent directories
When debugging this I can see that the paths used to verify paths with
PathVerifier
looks after maven or gradle wrappers, and git elements like config, HEAD and refs. But it’s written like this:
./git/refs
. Shouldn’t it be either
./.git/refs
or just
.git/refs
?
in the documentation linked in the implementation of the git resolver it even mentioned that the directory is called
.git
and not just
git
i

igor.wojda

11/17/2023, 1:03 AM
thx, new version should be released soon 🙂
merged
🙌 1
4 Views