Talaria/build.gradle

12 lines
435 B
Groovy
Raw Normal View History

2022-10-11 08:51:26 +00:00
buildscript {
ext {
2022-10-11 08:56:06 +00:00
compose_ui_version = '1.2.1'
2022-10-11 08:51:26 +00:00
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
2022-10-12 14:03:29 +00:00
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.3"
2022-10-11 08:56:06 +00:00
}