Skip to content

Instantly share code, notes, and snippets.

@alexvasilkov
Created May 13, 2020 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexvasilkov/4ac5d9793228107d8b3e6e92c202b1ba to your computer and use it in GitHub Desktop.
Save alexvasilkov/4ac5d9793228107d8b3e6e92c202b1ba to your computer and use it in GitHub Desktop.
dependencies {
implementation 'org.gradle.cpp-samples:utilities:1.0'
}
sourceControl {
gitRepository('https://github.com/gradle/native-samples-cpp-library.git') {
producesModule('org.gradle.cpp-samples:utilities')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment