Add all layers implementation.
This commit is contained in:
@@ -7,6 +7,10 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
implementation(kotlin("stdlib"))
|
||||
implementation(project(":demo-domain"))
|
||||
implementation(project(":demo-application"))
|
||||
implementation(project(":demo-infrastructure"))
|
||||
implementation(project(":demo-exposition"))
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user