Skip to content

Commit 6589b0d

Browse files
gciattoileasile
authored andcommitted
feat: add kt-math
1 parent b876ac0 commit 6589b0d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

kt-math.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"description": "Kotlin multi-platform port of java.math.*",
3+
"properties": [
4+
{
5+
"name": "v",
6+
"value": "0.9.0"
7+
},
8+
{
9+
"name": "v-renovate-hint",
10+
"value": "update: package=io.github.gciatto:kt-math"
11+
}
12+
],
13+
"link": "https://github.com/gciatto/kt-math",
14+
"repositories": [
15+
"https://repo1.maven.org/maven2"
16+
],
17+
"dependencies": [
18+
"io.github.gciatto:kt-math-jvm:$v"
19+
],
20+
"imports": [
21+
"org.gciatto.kt.math.*"
22+
]
23+
}

0 commit comments

Comments
 (0)