By the way, another advantage of `Build.kt` over `...
# kobalt
c
By the way, another advantage of
Build.kt
over
build.kts
is that the
.kt
is automatically recognized by the IDE with full auto completion, etc…
build.kts
misses imports and therefore, requires the IDEA to locate the script definition in order to make sense of that file and parse it correctly