<@U5RAC8PAQ> you have several problems here: 1) g...
# gradle
c
@x80486 you have several problems here: 1) get rid of buildscript block (move
"org.junit.platform.gradle.plugin"
to
plugins {}
block) 2) get rid of
apply { plugin("") }
3) in
plugins
block set kotlin's version to
"1.2.0"
instead of
"1.1.61"