Skip to content

tieskedh/KotlinPoetDSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e520db0 · Aug 25, 2020
Aug 24, 2020
Aug 25, 2020
Jul 5, 2018
Oct 29, 2019
Aug 25, 2020
Jun 19, 2017
Aug 25, 2020
Jun 19, 2017
Aug 24, 2020
Oct 24, 2018
Oct 24, 2018
Jul 3, 2018
Jul 2, 2018

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