We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd540cc commit d43a30fCopy full SHA for d43a30f
3 files changed
ktor-simple-cache/build.gradle.kts
@@ -12,8 +12,10 @@ kotlin {
12
useJUnitPlatform()
13
}
14
15
+ linuxArm64()
16
linuxX64()
- macosX64()
17
+ macosArm64()
18
+ mingwX64()
19
sourceSets {
20
val commonMain by getting {
21
dependencies {
ktor-simple-memory-cache/build.gradle.kts
@@ -8,8 +8,10 @@ plugins {
8
kotlin {
9
jvmToolchain(11)
10
jvm()
11
ktor-simple-redis-cache/build.gradle.kts
@@ -12,6 +12,10 @@ kotlin {
+ linuxX64()
0 commit comments