Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19888

Force rerun a task by another task

$
0
0

Perhaps you could try one of these solutions:

  1. Create extra projects

So you’d have a, b, c, service (without navigation) and a-all, b-all, c-all, service-all (with navigation)

  1. Generate the navigation from the kotlin sources, not the compiled classes

This way you don’t need the subprojects to be compiled to generate the navigation

  1. Use xml or json to represent your navigation and generate your kotlin sources from that instead

Same as 2.


Viewing all articles
Browse latest Browse all 19888

Trending Articles