tieskedh / KotlinPoetDSL

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

FunSpec.toPrimaryConstructor improvements #24

Closed tieskedh closed 5 years ago

tieskedh commented 6 years ago

FunSpec.toPrimaryConstructor should alllow:

create an enum in Variable.Companion:

enum class Mutability{
    MUTABLE, IMMUTABLE, NONE
}