mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
chore: Explicitly set flavour dimension to "default"
This commit is contained in:
parent
7dea343be6
commit
f824583c3f
2 changed files with 3 additions and 1 deletions
|
@ -125,10 +125,12 @@ android {
|
||||||
productFlavors {
|
productFlavors {
|
||||||
create("standard") {
|
create("standard") {
|
||||||
buildConfigField("Boolean", "INCLUDE_UPDATER", "true")
|
buildConfigField("Boolean", "INCLUDE_UPDATER", "true")
|
||||||
|
dimension = "default"
|
||||||
}
|
}
|
||||||
create("dev") {
|
create("dev") {
|
||||||
resourceConfigurations.clear()
|
resourceConfigurations.clear()
|
||||||
resourceConfigurations.add("en")
|
resourceConfigurations.add("en")
|
||||||
|
dimension = "default"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
|
alias(androidx.plugins.library)
|
||||||
alias(kotlinx.plugins.multiplatform)
|
alias(kotlinx.plugins.multiplatform)
|
||||||
alias(kotlinx.plugins.serialization)
|
alias(kotlinx.plugins.serialization)
|
||||||
alias(androidx.plugins.library)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue