Gradle Build System

I am a long time user of Gradle for my Java projects I do, since I have been a Java programmer more than a C++ programmer (I’m new to C++).

One of the newest updates of Gradle brought some exciting updates to the Native platform support, and I would really like to be able to get that running with Pokitto as a library dependency.

So I am working on this. If anyone has questions or (better yet) some experience in helping setting this up that would be great. I’ll post my progress here :slight_smile:
So far with the default ./gradlew init and drag-dropping PokittoLib into the src/main/headers directory I get somewhere but with the error

compiling main.cpp failed.
In file included from /home/tor/Projects/Pokitto/src/main/cpp/main.cpp:1:
/home/tor/Projects/Pokitto/src/main/headers/Pokitto.h:41:10: fatal error: PokittoCore.h: No such file or directory
 #include "PokittoCore.h"