You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
686 B
Groovy
18 lines
686 B
Groovy
buildscript {
|
|
ext {
|
|
wear_compose_version = '1.1.1'
|
|
horologist_version = '0.1.5'
|
|
wear_tiles_version = '1.1.0'
|
|
pluralkt_version = '1.2'
|
|
ktor_version = "2.1.0"
|
|
picasso_version = "2.8"
|
|
fragment_version = "1.5.5"
|
|
work_version = "2.7.1"
|
|
}
|
|
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id 'com.android.application' version '8.0.0-alpha11' apply false
|
|
id 'com.android.library' version '8.0.0-alpha11' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
|
|
id "org.jetbrains.kotlin.plugin.serialization" version "1.7.21"
|
|
} |