mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 12:07:11 +01:00
Base code for Amethyst
This commit is contained in:
13
build.gradle
Normal file
13
build.gradle
Normal file
@@ -0,0 +1,13 @@
|
||||
buildscript {
|
||||
ext {
|
||||
compose_ui_version = '1.3.2'
|
||||
nav_version = "2.5.3"
|
||||
room_version = "2.4.3"
|
||||
}
|
||||
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id 'com.android.application' version '7.3.1' apply false
|
||||
id 'com.android.library' version '7.3.1' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.7.20' apply false
|
||||
}
|
||||
Reference in New Issue
Block a user