Skip to content

Commit

Permalink
Remove wasm/experimental maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Dec 4, 2023
1 parent 6d9c907 commit 1b7853a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions samples/SkiaAwtSample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ repositories {
mavenLocal()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")

// TODO: delete after we have all libs in mavenCentral
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
}

val osName = System.getProperty("os.name")
Expand Down
2 changes: 0 additions & 2 deletions samples/SkiaJsSample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ repositories {
mavenLocal()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
}

var version = "0.0.0-SNAPSHOT"
Expand Down
2 changes: 0 additions & 2 deletions samples/SkiaJsSample/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ pluginManagement {
maven {
url = uri("https://dl.bintray.com/kotlin/kotlin-eap")
}
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
}
plugins {
val kotlinVersion = extra["kotlin.version"] as String
Expand Down
4 changes: 0 additions & 4 deletions samples/SkiaMultiplatformSample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ buildscript {
google()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
}

dependencies {
// __KOTLIN_COMPOSE_VERSION__
val kotlinVersion = project.property("kotlin.version") as String
classpath(kotlin("gradle-plugin", version = kotlinVersion))
}
Expand All @@ -24,8 +22,6 @@ repositories {
google()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
}

val osName = System.getProperty("os.name")
Expand Down

0 comments on commit 1b7853a

Please sign in to comment.