I usually pick Gradle and then just add the Kotlin dependency myself because I have a slightly different preference to storing the version number in Gradle than how they store it (I have a map of version strings for all of my dependencies, so that the use-site is namespaced, like
"org.jetbrains.kotlin:kotlin-stdlib:$versions.kotlin"
)