Skip to content

This Repo demonstrates the use of Kotlin DSL to makes your code more easily readable. DSL make the code easily readable not only for developers but for any non technical person.

Notifications You must be signed in to change notification settings

SubirZ/KotlinDSL

Repository files navigation

KotlinDSL

This Repo demonstrates the use of Kotlin DSL to makes your code more easily readable. DSL make the code easily readable not only for developers but for any non technical person.

Getting Started

This project is a starting point for creating your own Kotlin DSL.

  1. we have two data class Person and Address in PersonModel to store our data.
  2. we have PersonDsl for creating our own very first Kotlin Dsl.
  3. We have MainActivity where we will see our DSl in action.

About

This Repo demonstrates the use of Kotlin DSL to makes your code more easily readable. DSL make the code easily readable not only for developers but for any non technical person.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages