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:
@@ -6,6 +6,7 @@ sourceSets {
|
||||
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$bootstrapKotlinVersion"
|
||||
compile "org.jetbrains.kotlin:kotlin-reflect:$bootstrapKotlinVersion"
|
||||
}
|
||||
|
||||
compileKotlin {
|
||||
|
||||
Reference in New Issue
Block a user