<?xml version="1.0" encoding="UTF-8"?>
<!--generator='jetpack-15.9.1'-->
<!--Jetpack_Sitemap_Buffer_News_XMLWriter-->
<?xml-stylesheet type="text/xsl" href="//kodejava.org/news-sitemap.xsl"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
 <url>
  <loc>https://kodejava.org/how-do-i-use-kotlins-null-safety-features-with-collections-and-maps/</loc>
  <lastmod>2026-06-29T10:22:46Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>Kode Java - Learn Java by Examples</news:name>
    <news:language>en</news:language>
   </news:publication>
   <news:title>How do I use Kotlin&amp;#039;s null safety features with collections and maps?</news:title>
   <news:publication_date>2026-06-29T10:22:46Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://kodejava.org/how-do-i-use-takeif-and-takeunless-for-conditional-evaluations-in-kotlin/</loc>
  <lastmod>2026-06-29T10:15:18Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>Kode Java - Learn Java by Examples</news:name>
    <news:language>en</news:language>
   </news:publication>
   <news:title>How do I use takeIf and takeUnless for conditional evaluations in Kotlin?</news:title>
   <news:publication_date>2026-06-29T10:14:02Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://kodejava.org/how-do-i-chain-multiple-scope-functions-together-in-kotlin/</loc>
  <lastmod>2026-06-29T07:29:02Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>Kode Java - Learn Java by Examples</news:name>
    <news:language>en</news:language>
   </news:publication>
   <news:title>How do I chain multiple scope functions together in Kotlin?</news:title>
   <news:publication_date>2026-06-29T07:29:02Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://kodejava.org/how-do-i-choose-the-right-scope-function-for-different-use-cases-in-kotlin/</loc>
  <lastmod>2026-06-29T07:21:26Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>Kode Java - Learn Java by Examples</news:name>
    <news:language>en</news:language>
   </news:publication>
   <news:title>How do I choose the right scope function for different use cases in Kotlin?</news:title>
   <news:publication_date>2026-06-29T07:21:26Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://kodejava.org/how-do-i-use-run-apply-also-and-with-for-cleaner-kotlin-code/</loc>
  <lastmod>2026-06-29T07:16:09Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>Kode Java - Learn Java by Examples</news:name>
    <news:language>en</news:language>
   </news:publication>
   <news:title>How do I use run, apply, also, and with for cleaner Kotlin code?</news:title>
   <news:publication_date>2026-06-29T07:14:08Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://kodejava.org/how-do-i-use-let-to-execute-code-only-when-a-value-is-not-null-in-kotlin/</loc>
  <lastmod>2026-06-29T07:08:22Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>Kode Java - Learn Java by Examples</news:name>
    <news:language>en</news:language>
   </news:publication>
   <news:title>How do I use let to execute code only when a value is not null in Kotlin?</news:title>
   <news:publication_date>2026-06-29T07:08:22Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://kodejava.org/how-do-i-force-unwrap-a-nullable-value-with-in-kotlin-and-why-should-i-avoid-it/</loc>
  <lastmod>2026-06-27T03:09:29Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>Kode Java - Learn Java by Examples</news:name>
    <news:language>en</news:language>
   </news:publication>
   <news:title>How do I force unwrap a nullable value with !! in Kotlin (and why should I avoid it)?</news:title>
   <news:publication_date>2026-06-27T03:09:29Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://kodejava.org/how-do-i-throw-an-exception-when-a-value-is-null-using-throw-in-kotlin/</loc>
  <lastmod>2026-06-27T03:04:04Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>Kode Java - Learn Java by Examples</news:name>
    <news:language>en</news:language>
   </news:publication>
   <news:title>How do I throw an exception when a value is null using ?: throw in Kotlin?</news:title>
   <news:publication_date>2026-06-27T03:04:04Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://kodejava.org/how-do-i-use-the-elvis-operator-to-provide-default-values-in-kotlin/</loc>
  <lastmod>2026-06-27T02:58:22Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>Kode Java - Learn Java by Examples</news:name>
    <news:language>en</news:language>
   </news:publication>
   <news:title>How do I use the Elvis operator to provide default values in Kotlin?</news:title>
   <news:publication_date>2026-06-27T02:57:26Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://kodejava.org/how-do-i-use-the-safe-call-operator-in-kotlin/</loc>
  <lastmod>2026-06-27T02:58:50Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>Kode Java - Learn Java by Examples</news:name>
    <news:language>en</news:language>
   </news:publication>
   <news:title>How do I use the safe call operator `?.` in Kotlin?</news:title>
   <news:publication_date>2026-06-27T00:45:26Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://kodejava.org/how-do-i-declare-nullable-variables-using-in-kotlin/</loc>
  <lastmod>2026-06-27T02:59:17Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>Kode Java - Learn Java by Examples</news:name>
    <news:language>en</news:language>
   </news:publication>
   <news:title>How do I declare nullable variables using `?` in Kotlin?</news:title>
   <news:publication_date>2026-06-27T00:35:11Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
 <url>
  <loc>https://kodejava.org/how-do-i-handle-null-values-safely-in-kotlin/</loc>
  <lastmod>2026-06-26T23:38:01Z</lastmod>
  <news:news>
   <news:publication>
    <news:name>Kode Java - Learn Java by Examples</news:name>
    <news:language>en</news:language>
   </news:publication>
   <news:title>How do I handle null values safely in Kotlin?</news:title>
   <news:publication_date>2026-06-26T23:38:01Z</news:publication_date>
   <news:genres>Blog</news:genres>
  </news:news>
 </url>
</urlset>
