Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
docs: Improve native target support
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Nov 10, 2023
1 parent 0ecf276 commit 527622f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 15 deletions.
41 changes: 26 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,32 @@ A kotlin wrapper for the [Gofile.io](https://gofile.io) API.
- [x] JVM
- [x] JS
- [x] Native
- linuxArm64
- linuxX64
- mingwX64
- macosArm64
- macosX64
- iosArm64
- iosSimulatorArm64
- iosX64
- tvosArm64
- tvosSimulatorArm64
- tvosX64
- watchosArm32
- watchosArm64
- watchosSimulatorArm64
- watchosX64
- Android
- [ ] androidNativeX86 (yet)
- [ ] androidNativeX64 (yet)
- [ ] androidNativeArm32 (yet)
- [ ] androidNativeArm64 (yet)
- Linux
- [x] linuxArm64
- [x] linuxX64
- [x] mingwX64
- MacOS
- [x] macosArm64
- [x] macosX64
- iOS
- [x] iosArm64
- [x] iosSimulatorArm64
- [x] iosX64
- tvOS
- [x] tvosArm64
- [x] tvosSimulatorArm64
- [x] tvosX64
- watchOS
- [x] watchosArm32
- [x] watchosArm64
- [x] watchosSimulatorArm64
- [ ] watchosDeviceArm64 (yet)
- [x] watchosX64
- Supports all endpoints. (API Version: 2023-04-20)
- [x] getServer
- [x] uploadFile
Expand Down
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ kotlin {
nodejs()
}

// Android
// androidNativeX86()
// androidNativeX64()
// androidNativeArm32()
// androidNativeArm64()

// Linux
linuxArm64()
linuxX64()
Expand All @@ -50,6 +56,7 @@ kotlin {
watchosArm32()
watchosArm64()
watchosSimulatorArm64()
// watchosDeviceArm64()
watchosX64()

sourceSets {
Expand Down

0 comments on commit 527622f

Please sign in to comment.