Fixed and changed the readme

This commit is contained in:
Sambo Chea 2021-01-14 17:26:26 +07:00
parent f06a64767c
commit bf4ce4c02e
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Sample Modules # Sample Modules
- Including parent deps - Including parent deps
- Spring Boot - Spring Boot (2.4.1)
- Spring Dependency Management - Spring Dependency Management
- Gradle with Kotlin DSL (6.6.1) - Gradle with Kotlin DSL (6.6.1)
- Kotlin Langauge - Kotlin Langauge (1.4.21)
# Development # Development
- Clone the modules - Clone the modules
@ -25,4 +25,4 @@ include("gradle-sample-module-example")
### Implementation module in ```build.gradle.kts``` ### Implementation module in ```build.gradle.kts```
```gradle ```gradle
implementation(project(":gradle-sample-module-example")) implementation(project(":gradle-sample-module-example"))
``` ```

View File

@ -1 +1 @@
rootProject.name = "sample-modules" rootProject.name = "sample-modules"