mirror of https://github.com/iSoron/uhabits.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
333 B
13 lines
333 B
plugins {
|
|
alias(libs.plugins.agp) apply false
|
|
alias(libs.plugins.kotlin.android) apply false
|
|
alias(libs.plugins.ksp) apply false
|
|
alias(libs.plugins.ktlint.plugin) apply false
|
|
alias(libs.plugins.shadow) apply false
|
|
id("io.qameta.allure") version "2.11.2"
|
|
}
|
|
|
|
apply {
|
|
from("gradle/translators.gradle.kts")
|
|
}
|