1
1
plugins {
2
- plugin(Plugin .Android .Application )
3
- plugin(Plugin .Kotlin .Android )
4
- plugin(Plugin .Ksp )
2
+ plugin(Plugins .Android .Application )
3
+ plugin(Plugins .Kotlin .Android )
4
+ plugin(Plugins .Ksp )
5
5
}
6
6
7
7
android {
@@ -32,7 +32,7 @@ android {
32
32
}
33
33
34
34
composeOptions {
35
- kotlinCompilerExtensionVersion = Lib .Compose .Version
35
+ kotlinCompilerExtensionVersion = Libs .Compose .Version
36
36
}
37
37
38
38
packagingOptions {
@@ -61,15 +61,15 @@ dependencies {
61
61
implementation(project(" :api-compose" ))
62
62
ksp(project(" :ksp" ))
63
63
64
- implementation(Lib .Compose .Material )
65
- debugImplementation(Lib .Compose .UiTooling )
66
- implementation(Lib .Compose .UiToolingPreview )
67
- implementation(Lib .Activity .Compose )
68
- implementation(Lib .Navigation .Compose )
69
- implementation(Lib .Lifecycle .ViewModel .Ktx )
70
- implementation(Lib .Lifecycle .ViewModel .Compose )
71
- implementation(Lib .Lifecycle .ViewModel .SavedState )
64
+ implementation(Libs .Compose .Material )
65
+ debugImplementation(Libs .Compose .UiTooling )
66
+ implementation(Libs .Compose .UiToolingPreview )
67
+ implementation(Libs .Activity .Compose )
68
+ implementation(Libs .Navigation .Compose )
69
+ implementation(Libs .Lifecycle .ViewModel .Ktx )
70
+ implementation(Libs .Lifecycle .ViewModel .Compose )
71
+ implementation(Libs .Lifecycle .ViewModel .SavedState )
72
72
73
- androidTestImplementation(Lib .Test .Core )
74
- androidTestImplementation(Lib .Compose .UiTestJunit4 )
73
+ androidTestImplementation(Libs .Test .Core )
74
+ androidTestImplementation(Libs .Compose .UiTestJunit4 )
75
75
}
0 commit comments