This reverts commit cda0606a0d.
This commit is contained in:
parent
cb3a6fc716
commit
610e4aa8b6
19 changed files with 28 additions and 68 deletions
|
|
@ -18,8 +18,15 @@
|
|||
@Suppress("DSL_SCOPE_VIOLATION")
|
||||
plugins {
|
||||
id("io.element.android-library")
|
||||
alias(libs.plugins.stemlibrary)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.libraries.ui.strings"
|
||||
}
|
||||
|
||||
// forcing the stem string template generator to be cacheable, without this the templates
|
||||
// are regenerated causing the app module to recompile its sources
|
||||
tasks.withType(com.likethesalad.android.templates.common.tasks.BaseTask::class.java) {
|
||||
outputs.cacheIf { true }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue