File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed
Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1- import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
21import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig
32
43plugins {
@@ -9,6 +8,7 @@ plugins {
98}
109
1110repositories {
11+ google()
1212 mavenCentral()
1313 // maven {
1414 // // https://ktor.io/eap/
Original file line number Diff line number Diff line change @@ -3,27 +3,15 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
33
44pluginManagement {
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
1812dependencyResolutionManagement {
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 }
You can’t perform that action at this time.
0 commit comments