Right now all presentations have to be in src/main and therefore the only way to use Stellar Presentation is to clone it and add your presentation into the existing structure. Decoupling the presentation app and the actual presentations would be great, but I'm not sure how to do it.
- Extra Gradle module?
- Stellar Presentation as library (right now: everything besides the main function) and new projects just include the library? Afaik that wouldn't work with the Gradle Plugin to create the executable
- Another way I forgot and that is way better...
Any suggestions, ideas or a working solution? Feel free to discuss and/or contribute