<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kotlin on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/kotlin/</link><description>Recent content in Kotlin on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 11 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/kotlin/index.xml" rel="self" type="application/rss+xml"/><item><title>Generate Kotlin Clients with Smithy</title><link>https://ai-blog.noorshomelab.dev/tutorials/generate-kotlin-clients-with-smithy/</link><pubDate>Mon, 11 May 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tutorials/generate-kotlin-clients-with-smithy/</guid><description>&lt;p&gt;&lt;strong&gt;What you&amp;rsquo;ll build:&lt;/strong&gt; A type-safe Kotlin client automatically generated from a custom Smithy service model, demonstrating its usage.
&lt;strong&gt;Time needed:&lt;/strong&gt; ~60 minutes
&lt;strong&gt;Prerequisites:&lt;/strong&gt; Basic understanding of Kotlin, Familiarity with Gradle build system, Java Development Kit (JDK) 11 or higher installed, Basic understanding of API concepts
&lt;strong&gt;Version used:&lt;/strong&gt; Smithy 2.0&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="introduction-to-smithy-kotlin-client-code-generation"&gt;Introduction to Smithy Kotlin Client Code Generation&lt;/h3&gt;
&lt;p&gt;Building robust and maintainable API clients can be a tedious and error-prone task. Manually writing data transfer objects (DTOs), request/response structures, and client methods for every API endpoint leads to boilerplate code, potential inconsistencies, and a higher chance of errors when the API changes. This is where Interface Definition Languages (IDLs) like Smithy come to the rescue.&lt;/p&gt;</description></item></channel></rss>