Skip to content

Commit

Permalink
Add prototype references to README
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Mar 6, 2024
1 parent 616e0f7 commit cc7740f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@ javaLibrary {

</details>

## Prototypes

Here are the experimental prototypes
currently available for initial review.
They are not ready for evaluation at the moment:

- [Unified Prototype](./unified-prototype/README.md) - prototypes of plugins for JVM, Android, and KMP projects built using "unified" plugins that all utilize a similar model and implemented using the Declarative DSL
- [Other Early prototypes](./early-prototypes/README.md) -
Initial prototypes created for feedback and discussion purposes.

## License

All text/documentation content is open source and licensed under the
Expand Down
19 changes: 14 additions & 5 deletions early-prototypes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Early prototypes
# Declarative Gradle - Early prototypes

## [Android](android/README.md)
## [Java projects](single-target/README.md)
## [Kotlin Multiplatform projects](kotlin-multiplatform/README.md)
## [Settings](workspace-settings/README.md)
Here is a list of the early prototypes we created for Declarative Gradle. see the [Unified Prototypes](../unified-prototype/README.md) directory for more recent developments.

- [Android](android/README.md)
- [Java projects](single-target/README.md)
- [Kotlin Multiplatform projects](kotlin-multiplatform/README.md)
- [Settings](workspace-settings/README.md)

## Disclaimer

All prototypes in this directory are experimental,
mostly for syntax evaluation and initial feedback.
They may compile or not.
No compatibility or other commitment is implied.
4 changes: 2 additions & 2 deletions unified-prototype/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unified Plugin Prototypes
# DEclarative Gradle - Unified Plugin Prototypes

This directory contains prototypes of plugins for JVM, Android and KMP projects built using "unified" plugins that all utilize a similar model and are implemented using the Declarative DSL.
This directory contains prototypes of plugins for JVM, Android, and KMP projects built using "unified" plugins that all utilize a similar model and are implemented using the Declarative DSL.

Currently, these different ecosystems still apply distinct plugins, but those plugins all share a common `plugin-common` dependency, which will gradually grow to contain more functionality.

Expand Down

0 comments on commit cc7740f

Please sign in to comment.