<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kotlinx Archives - Creatronix</title>
	<atom:link href="https://creatronix.de/tag/kotlinx/feed/" rel="self" type="application/rss+xml" />
	<link>https://creatronix.de/tag/kotlinx/</link>
	<description>My adventures in code &#38; business</description>
	<lastBuildDate>Mon, 16 Jan 2023 13:53:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Kotlinx Datetime</title>
		<link>https://creatronix.de/kotlinx-datetime/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Tue, 12 Oct 2021 10:37:55 +0000</pubDate>
				<category><![CDATA[Kotlin & Java]]></category>
		<category><![CDATA[datetime]]></category>
		<category><![CDATA[kotlin]]></category>
		<category><![CDATA[kotlinx]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=3582</guid>

					<description><![CDATA[<p>Dependency Add the following to your dependencies implementation(org.jetbrains.kotlinx:kotlinx-datetime:0.2.0) Usage import kotlinx.datetime.* val today = Clock.System.todayAt(TimeZone.currentSystemDefault()) If you target Android devices running below API 26, you need to use Android Gradle plugin 4.0 or newer and enable core library desugaring. https://github.com/Kotlin/kotlinx-datetime</p>
<p>The post <a href="https://creatronix.de/kotlinx-datetime/">Kotlinx Datetime</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Dependency</h2>
<p>Add the following to your dependencies</p>
<pre>implementation(org.jetbrains.kotlinx:kotlinx-datetime:0.2.0)
</pre>
<h2>Usage</h2>
<pre>import kotlinx.datetime.*
val today = Clock.System.todayAt(TimeZone.currentSystemDefault())</pre>
<p>If you target Android devices running below API 26, you need to use Android Gradle plugin 4.0 or newer and enable core library desugaring.</p>
<p><a href="https://github.com/Kotlin/kotlinx-datetime">https://github.com/Kotlin/kotlinx-datetime</a></p>
<p>The post <a href="https://creatronix.de/kotlinx-datetime/">Kotlinx Datetime</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
