Add Kotlin support

Closes gh-147
This commit is contained in:
Sebastien Deleuze
2015-11-19 11:50:34 +01:00
committed by Stephane Nicoll
parent e9e9be36ac
commit 560333494c
21 changed files with 216 additions and 13 deletions

View File

@@ -34,6 +34,7 @@ initializr:
version: 1.0.0.BUILD-SNAPSHOT
additionalBoms: [cloud-bom]
repositories: spring-snapshots,spring-milestones
kotlinVersion: 1.0.0-beta-2423
dependencies:
- name: Core
content:
@@ -630,6 +631,9 @@ initializr:
- name: Groovy
id: groovy
default: false
- name: Kotlin
id: kotlin
default: false
bootVersions:
- name : Latest SNAPSHOT
id: 1.2.4.BUILD-SNAPSHOT