Skip to content

Commit

Permalink
Fix module issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Dec 11, 2024
1 parent 0d4a6a9 commit 2ca6cb5
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ updates:
- maven-central
open-pull-requests-limit: 10
groups:
ivy-learn-dsl:
ivy-learn-content-dsl:
patterns:
- "*"

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion samples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation(project(":learn-dsl"))
implementation(project(":learn-content-dsl"))
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencyResolutionManagement {
}
}

rootProject.name = "ivy-learn-dsl"
include(":learn-dsl")
rootProject.name = "ivy-learn-content-dsl"
include(":learn-content-dsl")
include(":samples")

0 comments on commit 2ca6cb5

Please sign in to comment.