Skip to content

Commit 847b742

Browse files
committed
3.3.1+2
1 parent 16fa7df commit 847b742

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ First you need to [add mary](https://github.com/kotlin-graphics/mary#packages) t
3131

3232
```kotlin
3333
dependencies {
34-
implementation("kotlin-")
34+
implementation("kotlin.graphics:unsigned:3.3.1")
3535
}
3636
```
3737

38+
39+
3840
You can find all the instructions by [mary](https://github.com/kotlin-graphics/mary)
3941

4042
### Contributions:

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
2-
val build = "0.7.3+9"
2+
val build = "0.7.3+41"
33
id("kx.kotlin") version build
44
// id("kx.dokka") version build
55
id("kx.publish") version build
6+
id("kx.util") version build
67
}

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g
2-
org.gradle.daemon=false
2+
org.gradle.daemon=false
3+
#systemProp.dynamicAlignVerbose=true

settings.gradle.kts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ pluginManagement {
55
mavenCentral()
66
gradlePluginPortal()
77
maven("https://raw.githubusercontent.com/kotlin-graphics/mary/master")
8+
// mavenLocal()
89
}
10+
11+
// includeBuild("../build-logic")
912
}
1013

1114
gradle.rootProject {
12-
version = "3.3.1+1"
15+
group = "kotlin.graphics"
16+
version = "3.3.1+2"
1317
}
1418

15-
//includeBuild("../build-logic")
1619
//includeBuild("../magik")

0 commit comments

Comments
 (0)