File tree Expand file tree Collapse file tree 4 files changed +18
-9
lines changed
Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2019 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
2+ * Copyright 2025 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
33 */
44
55buildscript {
66 repositories {
7- mavenCentral()
87 google()
8+ mavenCentral()
99 }
1010 dependencies {
1111 classpath(" :javascript-build-logic" )
Original file line number Diff line number Diff line change 1+ [versions ]
2+ mokoJavascriptVersion = " 0.4.0"
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ plugins {
33}
44
55repositories {
6+ google()
67 gradlePluginPortal()
78 mavenCentral()
8- google()
99}
1010
1111dependencies {
12- api (" dev.icerock:mobile-multiplatform:0.14.1" )
13- api (" org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10" )
14- api (" com.android.tools.build:gradle:8.12.3" )
15- api (" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.15.0" )
12+ implementation (" dev.icerock:mobile-multiplatform:0.14.1" )
13+ implementation (" org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10" )
14+ implementation (" com.android.tools.build:gradle:8.12.3" )
15+ implementation (" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.15.0" )
1616}
Original file line number Diff line number Diff line change 11/*
22 * Copyright 2021 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
33 */
4+ rootProject.name = " moko-javascript"
45
56enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
67
78dependencyResolutionManagement {
89 repositories {
910 mavenCentral()
1011 google()
12+ }
1113
12- jcenter()
14+ versionCatalogs {
15+ create(" moko" ) {
16+ from(files(" gradle/moko.versions.toml" ))
17+ }
1318 }
1419}
1520
16- includeBuild(" javascript-build-logic" )
21+ if (gradle.parent == null ) {
22+ includeBuild(" javascript-build-logic" )
23+ }
1724
1825include(" :javascript" )
1926include(" :sample:android-app" )
You can’t perform that action at this time.
0 commit comments