Skip to content

Instantly share code, notes, and snippets.

@robertohuertasm
Created November 3, 2019 12:21
Show Gist options
  • Save robertohuertasm/1aa2f24ab035358d88086b9e2276cd30 to your computer and use it in GitHub Desktop.
Save robertohuertasm/1aa2f24ab035358d88086b9e2276cd30 to your computer and use it in GitHub Desktop.
rust_for_android_ios_flutter
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
// this is the line to add including the directory holding our .aar package:
implementation fileTree(include: '*.aar', dir: 'rusty-android-lib-release')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment