Joe
10/28/2018, 8:59 AMengine
modules are supposed to be there, I guess. The PlayingCardsEngine
group is not (but the top level module should be for some reason), and I eliminated it by changing the following line in my project build.gradle.kts
file:
kotlin("jvm") version "1.2.71"
to
kotlin("jvm") version "1.2.71" apply false