Commit dc0f2e1
[examples] Migrate examples to composite builds (JetBrains#810)
I've updated this PR to actually migrate `examples` to a separate
`simple-examples` Gradle project in `examples` directory, that depends
on the root Koog project via composite build. `examples` is not a module
in Koog anymore, just a directory with example projects.
After some experiments, I decided not to migrate other example projects,
such as Demo Compose App, to composite build approach, at least for now.
I believe it's more beneficial to keep these logically uncoupled from
the main project, with exact pinned version. Makes it easier to work on,
and also doesn't make CI run Demo App checks on every PR.
Also, updated READMEs to reflect these changes.1 parent 5f82a18 commit dc0f2e1
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
0 commit comments