Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoLittle committed Apr 3, 2022
1 parent bed1467 commit 37654ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ repositories {
mavenCentral()
maven("https://maven.aliyun.com/repository/central")
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://jitpack.io")
}

fun skikoAwt(ver: String) = "org.jetbrains.skiko:skiko-awt-runtime-$ver"

dependencies {
val skikoVer = "0.7.12"
val skikoVer = "0.7.16"
implementation(skikoAwt("windows-x64:$skikoVer"))
implementation(skikoAwt("linux-x64:$skikoVer"))
implementation(skikoAwt("linux-arm64:$skikoVer"))
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation("com.github.LaoLittle:SkikoMirai:1.0.3")
testImplementation(kotlin("test"))
}

0 comments on commit 37654ef

Please sign in to comment.