Skip to content

Commit

Permalink
data 모듈에 domain 모듈에 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
김영욱 committed Aug 31, 2023
1 parent 01a2c0a commit 744c747
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ plugins {
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

dependencies {
implementation(project(":domain"))
}

0 comments on commit 744c747

Please sign in to comment.