Slackbot
07/17/2023, 4:03 PMGianfranco Monzon
07/17/2023, 4:10 PMimport org.jetbrains.kotlin.config.JvmTarget
does not fix the problem.Vampire
07/17/2023, 4:38 PMapply from
has many quirks and is highly discouraged. You should use precompiled script plugins instead.
And as a personal note, I would also highly recommend using Kotlin DSL. You immediately get type-safe build scripts, actually helpful error messages if you mess up the syntax, and amazingly better IDE support if you use a proper IDE like IntelliJ IDEA. 🙂