<@U1BASJRMW> commented on <@U0CP8EBRV>’s file <htt...
# gradle
u
@mkobit commented on @Czar’s file https://kotlinlang.slack.com/files/U0CP8EBRV/F7USFQMK9/build_gradle_kts.kt: there are a couple similar issues for things like this (setting the plugin version in the
plugins
block, but they all kind of boil down to "version should be determined in `settings.gradle`" in your example, i dont think you need the
buildscript
block because you are applying the same plugin in the
plugin {}
block