Add product classes into domain.
This commit is contained in:
8
demo-domain/build.gradle.kts
Normal file
8
demo-domain/build.gradle.kts
Normal file
@@ -0,0 +1,8 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("java")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(kotlin("stdlib"))
|
||||
}
|
||||
Reference in New Issue
Block a user