File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,12 @@ First you need to [add mary](https://github.com/kotlin-graphics/mary#packages) t
3131
3232``` kotlin
3333dependencies {
34- implementation(" kotlin- " )
34+ implementation(" kotlin.graphics:unsigned:3.3.1 " )
3535}
3636```
3737
38+
39+
3840You can find all the instructions by [ mary] ( https://github.com/kotlin-graphics/mary )
3941
4042### Contributions:
Original file line number Diff line number Diff line change 11plugins {
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}
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-XX:MaxMetaspaceSize=1g
2- org.gradle.daemon =false
2+ org.gradle.daemon =false
3+ # systemProp.dynamicAlignVerbose=true
Original file line number Diff line number Diff 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
1114gradle.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")
You can’t perform that action at this time.
0 commit comments