Skip to content

tieskedh/KotlinPoetDSL

Repository files navigation

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