File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
7
7
8
8
More specifically this plugin does the following:
9
9
10
- 1 . Adds ` kotlin-jvm ` and ` KAPT ` gradle plugins
10
+ 1 . Applies the ` kotlin-jvm ` and ` KAPT ` gradle plugins
11
11
2 . Adds common Kotlin dependencies, such as:
12
12
1 . ` kotlin-stdlib-jdk8 `
13
13
2 . ` kotlin-reflect `
@@ -17,7 +17,7 @@ More specifically this plugin does the following:
17
17
6 . and others
18
18
3 . Configures ` kotlinOptions.jvmTarget ` to match the ` JavaPlugin.sourceCompatibility `
19
19
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 .
21
21
22
22
## Distribution
23
23
@@ -82,5 +82,6 @@ This project is licensed under the MIT License - see the [LICENSE.md](https://gi
82
82
83
83
## Acknowledgments
84
84
85
+ * [ Gradle lombok plugin] ( https://plugins.gradle.org/plugin/io.freefair.lombok )
85
86
* [ KengoTODA/gradle-semantic-release-plugin] ( https://github.com/KengoTODA/gradle-semantic-release-plugin )
86
87
* [ semantic-release] ( https://github.com/semantic-release/semantic-release )
You can’t perform that action at this time.
0 commit comments