XDev.Jetbrains.KotlinX.Datetime
0.4.0.2
dotnet add package XDev.Jetbrains.KotlinX.Datetime --version 0.4.0.2
NuGet\Install-Package XDev.Jetbrains.KotlinX.Datetime -Version 0.4.0.2
<PackageReference Include="XDev.Jetbrains.KotlinX.Datetime" Version="0.4.0.2" />
<PackageVersion Include="XDev.Jetbrains.KotlinX.Datetime" Version="0.4.0.2" />
<PackageReference Include="XDev.Jetbrains.KotlinX.Datetime" />
paket add XDev.Jetbrains.KotlinX.Datetime --version 0.4.0.2
#r "nuget: XDev.Jetbrains.KotlinX.Datetime, 0.4.0.2"
#:package XDev.Jetbrains.KotlinX.Datetime@0.4.0.2
#addin nuget:?package=XDev.Jetbrains.KotlinX.Datetime&version=0.4.0.2
#tool nuget:?package=XDev.Jetbrains.KotlinX.Datetime&version=0.4.0.2
Introduction
Nuget packaging for IO.Ktor java/kotlin dependencies. This package is named XDev.Jetbrains.KotlinX.AtmoicFu and this nuget rolls-up two separate (but tightly coupled) native libs that are currently always needed together, but may be seperated in the future. The "XDev" root in the package name allows room for Jetbrains to publish an official NuGet package in the future, and allows simple replacement of this one for that one, if that ever occurs.
The native libs in maven:
- https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-datetime
- https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-datetime-jvm
native repo: https://github.com/Kotlin/kotlinx-datetime
Getting Started
To use this nuget package, just install the desired version as you normally install nuget packs.
Build and Test
- VS 2022 or higher.
- .Net8 SDK required to build.
- This project uses XamPrototype.Android.MavenBinding.Tasks to aid pulling in the native jar-libs directly from maven. See here for more info: https://github.com/jpobst/Prototype.Android.MavenBindings
XamPrototype.Android.MavenBinding.Tasks is being integrated into .Net9 SDK build tools, and the usage rolls forward in .Net9, but no longer needs the nuget package for the build tool. https://learn.microsoft.com/en-us/dotnet/android/features/maven/android-maven-library
Contribute
If you need a different/newer version, PR, or open an issue in the .Net repo! https://xdevapps.visualstudio.com/DefaultCollection/Android%20bindings/_git/XDev.IO.Ktor.Core
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-android34.0 is compatible. net9.0-android was computed. net10.0-android was computed. |
-
net8.0-android34.0
- Xamarin.Kotlin.StdLib (>= 2.0.21.3)
- Xamarin.Kotlin.StdLib.Common (>= 2.0.21.3)
- Xamarin.KotlinX.Serialization.Core (>= 1.7.3.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on XDev.Jetbrains.KotlinX.Datetime:
Package | Downloads |
---|---|
XDev.IO.Ktor
Ktor is an asynchronous framework for creating microservices, web applications and more. Written in Kotlin from the ground up. |
GitHub repositories
This package is not used by any popular GitHub repositories.
using official MS package Xamarin.KotlinX.Serialization.Core as dependency so that we're compatible with Maui9-targeted apps.