Skip to content

Commit

Permalink
chore: prepare for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielcafe committed Apr 13, 2022
1 parent e38ebdf commit 4143c1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ko_fi: adrielcafe
1 change: 0 additions & 1 deletion bonsai-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation(libs.okio)
compileOnly(compose.runtime)
compileOnly(compose.foundation)
compileOnly(compose.ui)
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true
GROUP=cafe.adriel.bonsai
VERSION_NAME=1.0.0

POM_DESCRIPTION=
POM_DESCRIPTION=A multiplatform tree view for Jetpack Compose
POM_INCEPTION_YEAR=2022
POM_URL=https://github.com/adrielcafe/bonsai

Expand All @@ -17,9 +17,9 @@ POM_LICENCE_URL=https://opensource.org/licenses/MIT
POM_LICENCE_DIST=repo

POM_SCM_URL=https://github.com/adrielcafe/bonsai
POM_SCM_CONNECTION=scm:git:git://github.com/adrielcafe/bonsai.git
POM_SCM_CONNECTION=scm:git:ssh://git@github.com/adrielcafe/bonsai.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/adrielcafe/bonsai.git

POM_DEVELOPER_ID=adrielcafe
POM_DEVELOPER_NAME=Adriel Café
POM_DEVELOPER_NAME=Adriel Cafe
POM_DEVELOPER_URL=https://github.com/adrielcafe/

0 comments on commit 4143c1b

Please sign in to comment.