Skip to content

Commit 6db0186

Browse files
authored
Merge pull request #43 from icerockdev/42-support-iossimulatorarm64-target
42 support iossimulatorarm64 target
2 parents 84b4c55 + 6c22ccc commit 6db0186

26 files changed

+127
-278
lines changed

.idea/copyright/IceRock.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ allprojects {
4444
project build.gradle
4545
```groovy
4646
dependencies {
47-
commonMainApi("dev.icerock.moko:errors:0.5.1")
47+
commonMainApi("dev.icerock.moko:errors:0.6.0")
4848
}
4949
```
5050

build.gradle.kts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ buildscript {
66
repositories {
77
mavenCentral()
88
google()
9-
109
gradlePluginPortal()
1110
}
1211

1312
dependencies {
14-
classpath("dev.icerock.moko:resources-generator:0.16.0")
15-
16-
classpath(":errors-build-logic")
13+
classpath(libs.kotlinGradlePlugin)
14+
classpath(libs.androidGradlePlugin)
15+
classpath(libs.mokoGradlePlugin)
16+
classpath(libs.mokoResourcesGradlePlugin)
1717
}
1818
}
1919

20+
apply(plugin = "dev.icerock.moko.gradle.publication.nexus")
21+
2022
allprojects {
2123

2224
allprojects {

errors-build-logic/build.gradle.kts

Lines changed: 0 additions & 17 deletions
This file was deleted.

errors-build-logic/src/main/kotlin/android-app-convention.gradle.kts

Lines changed: 0 additions & 32 deletions
This file was deleted.

errors-build-logic/src/main/kotlin/android-base-convention.gradle.kts

Lines changed: 0 additions & 14 deletions
This file was deleted.

errors-build-logic/src/main/kotlin/android-library-convention.gradle.kts

Lines changed: 0 additions & 13 deletions
This file was deleted.

errors-build-logic/src/main/kotlin/android-publication-convention.gradle.kts

Lines changed: 0 additions & 15 deletions
This file was deleted.

errors-build-logic/src/main/kotlin/detekt-convention.gradle.kts

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)