All Projects → tieskedh → KotlinPoetDSL

tieskedh / KotlinPoetDSL

Licence: MIT license
A DSL for KotlinPoet

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to KotlinPoetDSL

Kotlin-Annotation-Processor
Annotation Processor Sample in Kotlin
Stars: ✭ 19 (-13.64%)
Mutual labels:  kotlinpoet
poetimizely
Generate Kotlin type safe accessors for Optimizely experiments and features
Stars: ✭ 17 (-22.73%)
Mutual labels:  kotlinpoet
ResourcesPoet
Kotlin API for generating Android XML Resources
Stars: ✭ 102 (+363.64%)
Mutual labels:  kotlinpoet
kgql
GraphQL Document wrapper generator for Kotlin Multiplatform Project and Android
Stars: ✭ 54 (+145.45%)
Mutual labels:  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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].