Skip to content

Commit

Permalink
chore: Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
behzodhalil committed Aug 15, 2023
1 parent 346150e commit 28a804c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blahblah-yaml/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ kotlin {
).forEach {
it.binaries.framework {
baseName = "blahblah-yaml"
export(project(":blahblah-resource"))
}
}

sourceSets {
val commonMain by getting {
dependencies {
implementation(Deps.Yaml.kt)
implementation(project(":blahblah-resource"))
api(project(":blahblah-resource"))
}
}
val commonTest by getting {
Expand Down

0 comments on commit 28a804c

Please sign in to comment.