Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 747 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 747 Bytes

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