I have recently gotten to experience the joy of Intellij, so I've refactored some build stuff to a) update gradle, b) restructure the project such that it matches convention.
a) Involved bumping the version and changing installApp to installlDist
b) involved moving the tests into folders at the same level of main.
These change allow importing the project into intellij through importing the build.gradle file.
@westbury Just a heads up, since I'm aware that you split the api into a seperate project in your refactorings. Could you let me know if this refactoring causes you any trouble, and if yes, if I can do anything to mitigate that?
I have recently gotten to experience the joy of Intellij, so I've refactored some build stuff to a) update gradle, b) restructure the project such that it matches convention.
a) Involved bumping the version and changing installApp to installlDist
b) involved moving the tests into folders at the same level of main.
These change allow importing the project into intellij through importing the build.gradle file.
@westbury Just a heads up, since I'm aware that you split the api into a seperate project in your refactorings. Could you let me know if this refactoring causes you any trouble, and if yes, if I can do anything to mitigate that?