Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #48

Merged
merged 1 commit into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ blog post.
Importing the software project to the IDE and interacting with it should be fast and fully reliable.
IDEs and other tools should be able to change the definition automatically or through UI reliably.

We implement those principles through a _declarative DSL_ which is at the moment based on Kotlin.
We implement those principles through a _declarative DSL_ which is, at the moment, based on Kotlin.
The [Declarative Gradle Announcement](https://blog.gradle.org/declarative-gradle)
outlines more details about the project and the new
Declarative DSL we are building.
Expand Down Expand Up @@ -132,13 +132,13 @@ 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.
Initial prototypes were created for feedback and discussion purposes.

## License

All text/documentation content is open source and licensed under the
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 License](./LICENSE.txt).
Some code samples may be licensed under the Apache License v2.0,
Some code samples may be licensed under the Apache License v2.0
or other permissive OSI-compliant licenses.

## Read More
Expand Down