also, there are some issues with your latest relea...
# kobalt
j
also, there are some issues with your latest release that seem to be regressions. Exceptions arn't fatal they just hang the program, and it still ships with dos line endings for kobaltw Plus
Copy code
jakob@devbox~/p/p/necro> kobaltw --init idea
            _  __          _               _   _   
           | |/ /   ___   | |__     __ _  | | | |_ 
           | ' /   / _ \  | '_ \   / _` | | | | __|
           | . \  | (_) | | |_) | | (_| | | | | |_ 
           |_|\_\  \___/  |_.__/   \__,_| |_|  \__|  0.735

  Kotlin 1.0.0 compiling 1 directories
  Kotlin 1.0.0 compiling 1 directories
Exception in thread "main" kotlin.TypeCastException: null cannot be cast to non-null type kotlin.collections.List<com.beust.kobalt.api.ProjectDescription>
	at com.beust.kobalt.app.remote.DependencyData.dependenciesDataFor(DependencyData.kt:43)
	at com.beust.kobalt.app.IdeaFilesTemplate.generateTemplate(IdeaFilesTemplate.kt:34)
	at com.beust.kobalt.app.ProjectGenerator.run(ProjectGenerator.kt:28)
	at com.beust.kobalt.Main.runWithArgs(Main.kt:161)
	at com.beust.kobalt.Main.access$runWithArgs(Main.kt:54)
	at com.beust.kobalt.Main$run$seconds$1.invoke(Main.kt:124)
	at com.beust.kobalt.Main$run$seconds$1.invoke(Main.kt:54)
	at com.beust.kobalt.misc.BenchmarksKt.benchmarkMillis(Benchmarks.kt:5)
	at com.beust.kobalt.misc.BenchmarksKt.benchmarkSeconds(Benchmarks.kt:9)
	at com.beust.kobalt.Main.run(Main.kt:122)
	at com.beust.kobalt.MainKt.mainNoExit(Main.kt:47)
	at com.beust.kobalt.MainKt.main(Main.kt:29)