# From Java Builders to Kotlin DSLs

DevFeed: [From Java Builders to Kotlin DSLs](<https://devfeed.tech/articles/from-java-builders-to-kotlin-dsls-27039.md>)

Original publisher: [Read original article](<https://kotlinexpertise.com/java-builders-kotlin-dsls/>)

Author: Márton Braun

Published: 2018-07-11T06:00:00Z

Content type: tutorial

Language: en

Sources: [zsmb.co](<https://devfeed.tech/sources/zsmb-co.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Java](<https://devfeed.tech/topics/java.md>)

Tags: [builder](<https://devfeed.tech/tags/builder.md>), [dsl](<https://devfeed.tech/tags/dsl.md>), [dsls](<https://devfeed.tech/tags/dsls.md>), [existing](<https://devfeed.tech/tags/existing.md>), [guide](<https://devfeed.tech/tags/guide.md>), [java](<https://devfeed.tech/tags/java.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>)

## AI overview

A step-by-step guide to wrapping an existing Java Builder-based API in a neat Kotlin DSL.

## Source excerpt

A step by step guide to wrapping an existing Builder-based API into a neat Kotlin DSL.