From 8ff4a4c717a149baa0b5f9f50accbd9b77f331f3 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 29 May 2016 06:49:16 -0700 Subject: [PATCH] The "idea" template has been removed. --- getting-started/index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/getting-started/index.html b/getting-started/index.html index afb0aef..14878f4 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -131,11 +131,6 @@ val jcommander = project { ./kobaltw assemble

5. IDEA users: generate IDEA files

-If you are planning to use IDEA to work on your project, you can ask Kobalt to generate all the IDEA files necessary to import your project: -

-
-./kobaltw --init idea
-

Note