Skip to content

Commit

Permalink
Extract korge-foundation -> korlibs-bignumber (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Mar 8, 2024
1 parent b0b30b2 commit d9520e1
Show file tree
Hide file tree
Showing 20 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions korge-foundation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {
//add("commonTestApi", project(":korge-test"))
commonTestApi(libs.kotlinx.coroutines.test)
commonMainApi(project(":korlibs-time"))
commonMainApi(project(":korlibs-bignumber"))
commonMainApi(project(":korlibs-datastructure"))
commonMainApi(project(":korlibs-crypto"))
commonMainApi(project(":korlibs-platform"))
Expand Down
1 change: 1 addition & 0 deletions korlibs-bignumber/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
12 changes: 12 additions & 0 deletions korlibs-bignumber/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

import korlibs.*
import korlibs.korge.gradle.generate.*

description = "Korlibs Bignumber Library"

project.extensions.extraProperties.properties.apply {
applyProjectProperties("https://github.com/korlibs/korge/korlibs-bignumber",
"Public Domain",
"https://raw.githubusercontent.com/korlibs/korge/master/korlibs-bignumber/LICENSE"
)
}
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ include(":korlibs-util")
include(":korlibs-math-core")
include(":korlibs-inject")
include(":korlibs-time")
include(":korlibs-bignumber")
include(":korlibs-crypto")
include(":korlibs-serialization-yaml")
include(":korlibs-serialization-toml")
Expand Down

0 comments on commit d9520e1

Please sign in to comment.