cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
432 stars 60 forks source link

kobaltw --init kotlin should add stdlib and runtime dependencies by default #451

Closed MrTact closed 7 years ago

MrTact commented 7 years ago

This is the sort of thing that trips up newbies (aka me as of a couple of weeks ago). No Kotlin program can run without the runtime, and only the very simplest can function without the stdlib, so the Kotlin project template should include them.