The point is 1) `buildscript` way is outdated, you...
# gradle
c
The point is 1)
buildscript
way is outdated, you should use
plugins {}
especially with build.gradle.kts 2)
kotlinModule
was deprecated and [will] probably [be] removed at some point. no magic involved 🙂