Skip to content

Decouple library/presentation app logic from actual presentations #5

@dbaelz

Description

@dbaelz

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions