Skip to content

Commit

Permalink
Fix bom dependencies (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG authored Nov 10, 2021
1 parent fc81710 commit 03a8dad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ plugins {
`kord-publishing`
}

javaPlatform {
allowDependencies()
}

val me = project
rootProject.subprojects {
if (name != me.name) {
Expand All @@ -22,7 +18,7 @@ dependencies {
if (!artifactId.endsWith("-metadata") &&
!artifactId.endsWith("-kotlinMultiplatform")
) {
api(groupId, artifactId, version)
api("$groupId:$artifactId:$version")
}
}
}
Expand Down

0 comments on commit 03a8dad

Please sign in to comment.