Registry / utility / kotlinx-datetime-mingwx64

kotlinx-datetime-mingwx64

JSON →
library0.8.0javamavenunverified

Provides multiplatform date and time handling for Kotlin, targeting MinGW x64 (Windows).

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-datetime-mingwx64</artifactId> <version>0.8.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-DATETIME-M
K
kotlinx-datetime-mingwx64
utilityjavav0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Clock
kotlinx.datetime.Clock

Minimal usage of Clock to get the current instant.

import kotlinx.datetime.Clock; import kotlinx.datetime.Instant; public class Example { public static void main(String[] args) { Clock clock = Clock.System; Instant now = clock.now(); System.out.println(now.toString()); } }
Debug
Known issues
gotchaThis package is platform-specific for MinGW x64; it may not work on other platforms.
fix
Use the multiplatform artifact (org.jetbrains.kotlinx:kotlinx-datetime) for cross-platform compatibility.
affects: >=0.8.0
Upgrade
Version history
0.8.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kotlinx-datetime-mingwx64 — mvn dependency:get kotlinx-datetime-mingwx64 · libregistry