Hello,
I'm trying to install the git hook using installKotlinterPrePushHook. The problem I have is that .git folder is located in a different directory than gradlew. Because of that when executing ./gradlew installKotlinterPrePushHook I'm getting this message Task :installKotlinterPrePushHook
skipping hook creation because /home/user/testproject/.git is not a directory.
Is there any way to resolve this issue?