How should I run gradle-client app in examples? I have errors when I run
gradle clean build
v
Vampire
02/15/2021, 4:41 PM
You should ask that the project you are trying to use, not a Kotlin community Slack which has nothing to do with that.
But from a quick look it seems they have a pretty strange setup.
You have to go run from
, or you need to add a version to that plugin it complains about or manually add the main build as composite build for example using command line option.