mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-15 21:39:24 +00:00
new model of templating
This commit is contained in:
9
gradle/templates/addComposeForAndroid.gradle
Normal file
9
gradle/templates/addComposeForAndroid.gradle
Normal file
@@ -0,0 +1,9 @@
|
||||
kotlin {
|
||||
sourceSets {
|
||||
androidUnitTest {
|
||||
dependencies {
|
||||
implementation compose.uiTest
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user