XDev.IO.Ktor
3.2.0.1
See the version list below for details.
dotnet add package XDev.IO.Ktor --version 3.2.0.1
NuGet\Install-Package XDev.IO.Ktor -Version 3.2.0.1
<PackageReference Include="XDev.IO.Ktor" Version="3.2.0.1" />
<PackageVersion Include="XDev.IO.Ktor" Version="3.2.0.1" />
<PackageReference Include="XDev.IO.Ktor" />
paket add XDev.IO.Ktor --version 3.2.0.1
#r "nuget: XDev.IO.Ktor, 3.2.0.1"
#:package XDev.IO.Ktor@3.2.0.1
#addin nuget:?package=XDev.IO.Ktor&version=3.2.0.1
#tool nuget:?package=XDev.IO.Ktor&version=3.2.0.1
Introduction
Nuget packaging for IO.Ktor java libs. This package is named XDev.IO.Ktor.Core.
".Core" because this nuget rolls-up several separate native libs that may need to be split out in the future.
The native libs in maven: https://mvnrepository.com/artifact/io.ktor native repo: https://github.com/ktorio/ktor
Getting Started
To use this nuget package, just install the desired version as you normally install nuget packs.
Build and Test (local)
- VS 2022 or higher.
- .Net9 SDK required to build.
- This project uses the .Net9 SDK's built-in Android Maven library support to pull the native jar-libs directly from maven.
See here for more info: https://learn.microsoft.com/en-us/dotnet/android/features/maven/android-maven-library
CI + Auto-updates
- Custom project vars (the
<PropertyGroup Label="maven.groupId">version sources and theartifact_versioned=PackageTags) are used to plug into a custom updater process: theBuild.UpdateCake Frosting build in the InteropLibs repo. - It is essentially a custom "pack-bot" that reconciles this binding's dual-package dependency system: the native Maven graph (jars/aars pulled directly from Maven via
<AndroidMavenLibrary>) and the managed NuGet graph (the wrapper<PackageReference>s). It polls Maven Central for new native versions, bumps the matching version vars, and opens a PR so the two graphs stay in sync and the Android Java dependency verifier (XA4241) keeps passing.
Contribute
If you need a different/newer version, PR, or open an issue in the .Net repo! https://dev.azure.com/XdevApps/Android%20bindings/_git/XDev.IO.Ktor.Core
https://dev.azure.com/XdevApps/Android%20bindings/_backlogs/backlog/Android%20bindings%20Team/Issues
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0-android35.0 is compatible. net10.0-android was computed. |
-
net9.0-android35.0
- Square.OkHttp3 (>= 4.12.0.10)
- Square.OkIO.JVM (>= 3.13.0)
- Xamarin.Kotlin.StdLib (>= 2.3.21)
- Xamarin.KotlinX.AtomicFU (>= 0.24.0)
- Xamarin.KotlinX.AtomicFU.Jvm (>= 0.24.0)
- Xamarin.KotlinX.Coroutines.Core (>= 1.11.0)
- Xamarin.KotlinX.Coroutines.Core.Jvm (>= 1.11.0)
- Xamarin.KotlinX.Coroutines.Jdk8 (>= 1.11.0)
- Xamarin.KotlinX.Serialization.Core (>= 1.8.1)
- Xamarin.KotlinX.Serialization.Core.Jvm (>= 1.8.1)
- Xamarin.KotlinX.Serialization.Json (>= 1.8.1)
- Xamarin.KotlinX.Serialization.Json.Jvm (>= 1.8.1)
- XDev.Jetbrains.KotlinX.Coroutines.Slf4j (>= 1.10.2.1)
- XDev.Jetbrains.KotlinX.Datetime (>= 0.4.0.2)
- XDev.KotlinX.IO (>= 0.7.0.1)
- XDev.KotlinX.Serialization.Json.Io (>= 1.8.1.1)
- XDev.Slf4j.Api (>= 2.0.17.2)
- XDev.Square.OkHttp3.Sse (>= 4.12.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.2.1.1 | 29 | 7/10/2026 |
| 3.2.0.1 | 54 | 7/8/2026 |
| 3.1.3.1 | 99 | 7/6/2026 |
| 3.1.2.1 | 105 | 7/1/2026 |
| 3.1.1.1 | 103 | 6/26/2026 |
| 3.1.0.1 | 113 | 6/24/2026 |
| 3.0.3.1 | 106 | 6/19/2026 |
| 3.0.2.1 | 96 | 6/17/2026 |
| 3.0.1.1 | 108 | 6/12/2026 |
| 3.0.0.1 | 112 | 6/10/2026 |
| 2.3.13.1 | 175 | 4/15/2026 |
| 2.3.12.1 | 114 | 4/15/2026 |
| 2.3.11.1 | 119 | 4/12/2026 |
| 2.3.10.1 | 109 | 4/12/2026 |
| 2.3.5.1 | 119 | 4/10/2026 |
| 2.3.4.1 | 119 | 4/8/2026 |
| 2.3.3.1 | 125 | 4/8/2026 |
| 2.3.2.7 | 418 | 8/21/2025 |
| 2.3.2.6 | 252 | 8/12/2025 |
| 2.3.2.5 | 547 | 6/12/2024 |
* v3.1.3: Updated to Ktor 3.2.0.
- Square.OkIO.JVM 3.10 -> 3.13 becuase v3.12.0 (natively declared dependency) is missing from NuGet
- XDev.Slf4j.Api 2.0.16.1 -> 2.0.17.1