Files
prometheus-android-exporter/client/build.gradle
2023-04-16 22:27:18 +02:00

10 lines
363 B
Groovy

buildscript {
ext {
compose_ui_version = '1.2.0'
}
}// 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' apply false
id 'com.android.library' version '8.0.0' apply false
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
}