hey, starting up with kotlin+native, I'm looking a...
# getting-started
f
hey, starting up with kotlin+native, I'm looking at the native+gtk example to start a project. It fails using only
build.sh
but it work with
gradlew
. So my question is, is gradle required to build native (doc say
build.sh
should do) or I'm doing something wrong?