Skip to content

Commit d43a30f

Browse files
committed
Add targets
1 parent fd540cc commit d43a30f

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

ktor-simple-cache/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ kotlin {
1212
useJUnitPlatform()
1313
}
1414
}
15+
linuxArm64()
1516
linuxX64()
16-
macosX64()
17+
macosArm64()
18+
mingwX64()
1719
sourceSets {
1820
val commonMain by getting {
1921
dependencies {

ktor-simple-memory-cache/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ plugins {
88
kotlin {
99
jvmToolchain(11)
1010
jvm()
11+
linuxArm64()
1112
linuxX64()
12-
macosX64()
13+
macosArm64()
14+
mingwX64()
1315
sourceSets {
1416
val commonMain by getting {
1517
dependencies {

ktor-simple-redis-cache/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ kotlin {
1212
useJUnitPlatform()
1313
}
1414
}
15+
linuxArm64()
16+
linuxX64()
17+
macosArm64()
18+
mingwX64()
1519
sourceSets {
1620
val commonMain by getting {
1721
dependencies {

0 commit comments

Comments
 (0)