Kotlin / xcode-compat

AppCode helper for Kotlin/Native and Xcode
Apache License 2.0
21 stars 5 forks source link

Project does not compile as described in README #1

Open dtornqvist opened 5 years ago

dtornqvist commented 5 years ago

Running the command: $ ./gradlew consumer

Yields the following output:

Task :plugin FAILED

FAILURE: Build failed with an exception.

nhachicha commented 5 years ago

If you're using Gradle 5, it now requires settings.gradle https://docs.gradle.org/current/userguide/upgrading_version_4.html#changes_4.5

example: settings.gradle

rootProject.name = 'ProjectName'