Improve new stdlib generator DSL

- Add Kotlin/Native platform.
- Rename classes.
- Introduce TemplateGroup and TemplateGroupBase to group template values.
- MemberBuilder: add support for more properties.
This commit is contained in:
Ilya Gorbunov
2017-11-02 07:25:28 +03:00
parent e68a6651d2
commit 4404257329
6 changed files with 123 additions and 103 deletions
@@ -6,6 +6,7 @@ sourceSets {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$bootstrapKotlinVersion"
compile "org.jetbrains.kotlin:kotlin-reflect:$bootstrapKotlinVersion"
}
compileKotlin {