uniffi-rs-fullstack-examples/hello/platforms/android/UniffiRustExample/build.gradle

20 lines
546 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
}
plugins {
id 'com.android.application' version '7.1.2' apply false
id 'com.android.library' version '7.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.5.30' apply false
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.2"
}
task clean(type: Delete) {
delete rootProject.buildDir
}