Skip to content

Commit 03aa431

Browse files
committed
Update and publish
1 parent 78eab28 commit 03aa431

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
21
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig
32

43
plugins {
@@ -9,6 +8,7 @@ plugins {
98
}
109

1110
repositories {
11+
google()
1212
mavenCentral()
1313
// maven {
1414
// // https://ktor.io/eap/

settings.gradle.kts

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,15 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
33

44
pluginManagement {
55
repositories {
6-
google {
7-
mavenContent {
8-
includeGroupAndSubgroups("androidx")
9-
includeGroupAndSubgroups("com.android")
10-
includeGroupAndSubgroups("com.google")
11-
}
12-
}
6+
google()
137
mavenCentral()
148
gradlePluginPortal()
159
}
1610
}
1711

1812
dependencyResolutionManagement {
1913
repositories {
20-
google {
21-
mavenContent {
22-
includeGroupAndSubgroups("androidx")
23-
includeGroupAndSubgroups("com.android")
24-
includeGroupAndSubgroups("com.google")
25-
}
26-
}
14+
google()
2715
mavenCentral()
2816
mavenLocal()
2917
}

0 commit comments

Comments
 (0)