File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,6 @@ buildscript {
44 repositories {
55 google()
66 mavenCentral()
7- // noinspection JcenterRepositoryObsolete
8- jcenter() {
9- content {
10- // https://youtrack.jetbrains.com/issue/KT-44730
11- includeModule(" org.jetbrains.trove4j" , " trove4j" )
12- }
13- }
147 }
158 dependencies {
169 classpath ' com.android.tools.build:gradle:8.8.2'
@@ -48,14 +41,5 @@ allprojects {
4841 repositories {
4942 google()
5043 mavenCentral()
51- // noinspection JcenterRepositoryObsolete
52- jcenter() {
53- content {
54- // https://youtrack.jetbrains.com/issue/KT-44730
55- includeModule(" org.jetbrains.trove4j" , " trove4j" )
56- includeModule(" com.soywiz.korlibs.korte" , " korte-jvm" )
57- includeModule(" org.jetbrains.kotlinx" , " kotlinx-html-jvm" )
58- }
59- }
6044 }
6145}
You can’t perform that action at this time.
0 commit comments