Skip to content

Commit

Permalink
add android native targets
Browse files Browse the repository at this point in the history
  • Loading branch information
itboy87 committed Dec 17, 2024
1 parent fa0e5d2 commit d8aaa0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ksoup-network/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ apply: [ ../common.module-template.yaml ]
aliases:
- jvmAndAndroid: [ jvm, android ]
- concurrent: [ jvm, android, linuxX64, linuxArm64, tvosArm64, tvosX64, tvosSimulatorArm64, macosX64, macosArm64, iosArm64, iosSimulatorArm64, iosX64, mingwX64, watchosArm32, watchosArm64, watchosDeviceArm64, watchosSimulatorArm64, androidNativeX86, androidNativeX64, androidNativeArm32, androidNativeArm64 ]
- androidNative: [ androidNativeX86, androidNativeX64, androidNativeArm32, androidNativeArm64 ]

repositories:
- mavenLocal
Expand Down Expand Up @@ -34,6 +35,9 @@ dependencies@mingw:
dependencies@linux:
- $libs.ktor.client.cio

dependencies@androidNative:
- $libs.ktor.client.cio

test-dependencies:
- $libs.kotlinx.coroutines.test
- ../ksoup-kotlinx

0 comments on commit d8aaa0f

Please sign in to comment.