tieskedh / KotlinPoetDSL

A DSL for KotlinPoet
https://kotlinpoetdsl.devhaan.nl
MIT License
27 stars 0 forks source link
dsl kotlin kotlinpoet

codecov

KotlinPoetDSL

KotlinPoetDSL provides a dsl for KotlinPoet.

At this moment, it's still a playground!!!

So, unless you're really adventurous, don't use in production!

Quickstart

Toadd the library:

  1. Add the JitPack repository to your build file
allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
  1. Add the dependency
    dependencies {
        implementation 'nl.devhaan:KotlinPoetDSL:0.1.1'
    }

guide

For the guide go to https://kotlinpoetdsl.devhaan.nl