Skip to content

Commit

Permalink
Fix publication-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Jul 31, 2021
1 parent 495a98c commit 4d8b4c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/publication-checker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ kotlin {
val sourceSet: KotlinSourceSet = target.mainSourceSet
if (splitTargets.any { it.targetsSamePlatformAs(target) }) {
sourceSet.dependencies {
implementation("$group:splitties-${project.name}") {
implementation("$group:${project.name}") {
version { strictly(version) }
}
}
Expand All @@ -93,7 +93,7 @@ kotlin {
val sourceSet: KotlinSourceSet = target.mainSourceSet
if (splitTargets.any { it.targetsSamePlatformAs(target) }) {
sourceSet.dependencies {
implementation("$group:splitties-fun-pack-${project.name}") {
implementation("$group:${project.name}") {
version { strictly(version) }
}
}
Expand Down

0 comments on commit 4d8b4c3

Please sign in to comment.