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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XDev.Jetbrains.KotlinX.Datetime" Version="0.4.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XDev.Jetbrains.KotlinX.Datetime" Version="0.4.0.2" />
                    
Directory.Packages.props
<PackageReference Include="XDev.Jetbrains.KotlinX.Datetime" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XDev.Jetbrains.KotlinX.Datetime --version 0.4.0.2
                    
#r "nuget: XDev.Jetbrains.KotlinX.Datetime, 0.4.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package XDev.Jetbrains.KotlinX.Datetime@0.4.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=XDev.Jetbrains.KotlinX.Datetime&version=0.4.0.2
                    
Install as a Cake Addin
#tool nuget:?package=XDev.Jetbrains.KotlinX.Datetime&version=0.4.0.2
                    
Install as a Cake Tool

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:

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

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

https://xdevapps.visualstudio.com/DefaultCollection/Android%20bindings/_backlogs/backlog/Android%20bindings%20Team/Issues

Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible.  net9.0-android was computed.  net10.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
0.4.0.2 11 8/20/2025
0.4.0.1 95 8/12/2025

using official MS package Xamarin.KotlinX.Serialization.Core as dependency so that we're compatible with Maui9-targeted apps.