Skip to content

Commit

Permalink
Add watch target
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Mar 10, 2023
1 parent 1fd34a1 commit c7701ac
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx2g
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
GROUP=co.touchlab
VERSION_NAME=2.0.0-RC2
VERSION_NAME=2.0.0-RC3
KOTLIN_VERSION=1.8.10

POM_NAME=Kermit
Expand Down
1 change: 1 addition & 0 deletions gradle/configure-crash-logger.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ kotlin {
watchosArm32(),
watchosArm64(),
watchosSimulatorArm64(),
watchosDeviceArm64(),
// watchosX86(),
watchosX64()
].forEach { target ->
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android-library = "7.2.2"

google-services = "4.3.10"

stately = "1.2.5"
stately = "2.0.0-rc3"
testhelp = "0.6.5"

crashkios = "0.8.2"
Expand Down
1 change: 1 addition & 0 deletions kermit-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ kotlin {
watchosArm32()
watchosArm64()
watchosSimulatorArm64()
watchosDeviceArm64()
watchosX86()
watchosX64()
tvosArm64()
Expand Down
1 change: 1 addition & 0 deletions kermit-simple/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ kotlin {
watchosArm32()
watchosArm64()
watchosSimulatorArm64()
watchosDeviceArm64()
watchosX86()
watchosX64()
tvosArm64()
Expand Down
1 change: 1 addition & 0 deletions kermit-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ kotlin {
watchosArm32()
watchosArm64()
watchosSimulatorArm64()
watchosDeviceArm64()
watchosX86()
watchosX64()
tvosArm64()
Expand Down
3 changes: 2 additions & 1 deletion kermit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ kotlin {
watchosArm32()
watchosArm64()
watchosSimulatorArm64()
watchosDeviceArm64()
watchosX86()
watchosX64()
tvosArm64()
Expand All @@ -61,7 +62,7 @@ kotlin {
dependencies {
implementation("org.jetbrains.kotlin:kotlin-test-common")
implementation("org.jetbrains.kotlin:kotlin-test-annotations-common")
implementation(libs.stately.collections)
// implementation(libs.stately.collections)
implementation(libs.testhelp)
implementation(project(":kermit-test"))
}
Expand Down

0 comments on commit c7701ac

Please sign in to comment.