How should I run <gradle-client> app in examples? ...
# getting-started
t
How should I run gradle-client app in examples? I have errors when I run
gradle clean build
v
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
examples
directory and there
gradlew :client-examples:gradle-client-example:build
, 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.
🙏 1