Unverified Commit 2e828022 authored by Denys M's avatar Denys M Committed by GitHub

#36. Fix maven repository link in README (#38)

Closes #36
parent 54901410
...@@ -57,7 +57,7 @@ repositories { ...@@ -57,7 +57,7 @@ repositories {
mavenLocal() mavenLocal()
jcenter() jcenter()
maven { maven {
url 'https://packages.jetbrains.team/maven/p/ui/dev' url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
} }
} }
...@@ -75,7 +75,7 @@ if (os == "Mac OS X") { ...@@ -75,7 +75,7 @@ if (os == "Mac OS X") {
dependencies { dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
implementation "org.jetbrains.skiko:skiko-jvm-runtime-$target-x86:0.1.21" implementation "org.jetbrains.skiko:skiko-jvm-runtime-$target-x64:0.1.21"
} }
application { application {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment