new model of templating

This commit is contained in:
2025-04-14 09:43:07 +06:00
parent 448686b399
commit 979d0ee4ca
19 changed files with 258 additions and 524 deletions

View File

@@ -0,0 +1,9 @@
kotlin {
sourceSets {
androidUnitTest {
dependencies {
implementation compose.uiTest
}
}
}
}