Skip to content

Commit 890a531

Browse files
committed
fix: readme
1 parent 36bc2b2 commit 890a531

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This plugin makes it easy to set up Koltin in a new project as well as in an exi
77

88
More specifically this plugin does the following:
99

10-
1. Adds `kotlin-jvm` and `KAPT` gradle plugins
10+
1. Applies the `kotlin-jvm` and `KAPT` gradle plugins
1111
2. Adds common Kotlin dependencies, such as:
1212
1. `kotlin-stdlib-jdk8`
1313
2. `kotlin-reflect`
@@ -17,7 +17,7 @@ More specifically this plugin does the following:
1717
6. and others
1818
3. Configures `kotlinOptions.jvmTarget` to match the `JavaPlugin.sourceCompatibility`
1919
4. Resolves the Kotlin's [incompatibility](https://stackoverflow.com/a/35530223/2441104) with Lombok by delomboking
20-
java source code and pointing the `JavaPlugin` compile tasks to them.
20+
the project's java source code and pointing the `JavaPlugin` compile tasks to the delomboked source code files.
2121

2222
## Distribution
2323

@@ -82,5 +82,6 @@ This project is licensed under the MIT License - see the [LICENSE.md](https://gi
8282

8383
## Acknowledgments
8484

85+
* [Gradle lombok plugin](https://plugins.gradle.org/plugin/io.freefair.lombok)
8586
* [KengoTODA/gradle-semantic-release-plugin](https://github.com/KengoTODA/gradle-semantic-release-plugin)
8687
* [semantic-release](https://github.com/semantic-release/semantic-release)

0 commit comments

Comments
 (0)