migration to gradle kotlin dsl
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
|
||||
dependencies {
|
||||
implementation project(':wizard-common')
|
||||
}
|
||||
|
||||
description = 'wizard-core'
|
4
wizard-core/build.gradle.kts
Normal file
4
wizard-core/build.gradle.kts
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
dependencies {
|
||||
implementation(project(":wizard-common"))
|
||||
}
|
Reference in New Issue
Block a user