File tree Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Original file line number Diff line number Diff line change
1
+ apply {
2
+ plugin(libs. plugins. kotlinSerialization. get(). getPluginId())
3
+ }
4
+
1
5
dependencies {
2
6
implementation libs. retrofit
3
7
implementation(libs. kotlinx. serialization. json)
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ plugins { // sets class paths only (because of 'apply false')
12
12
alias libs. plugins. androidApplication apply false
13
13
alias libs. plugins. androidLibrary apply false
14
14
alias libs. plugins. jetbrainsKotlinAndroid apply false
15
+ alias libs. plugins. kotlinSerialization apply false
15
16
alias libs. plugins. hilt apply false
16
17
alias libs. plugins. ksp apply false
17
18
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " com.android.library"
3
- alias libs. plugins. kotlinSerialization // todo can we centralize this?
4
3
}
5
4
apply from : " $rootDir /build.module.library.gradle"
6
5
apply from : " $rootDir /build.dep.json.gradle"
@@ -12,5 +11,4 @@ android {
12
11
13
12
dependencies {
14
13
implementation libs. networkResponseAdapter
15
- implementation libs. kotlinx. serialization. json
16
14
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " com.android.library"
3
- alias libs. plugins. kotlinSerialization
4
3
}
5
4
apply from : " $rootDir /build.module.library.gradle"
6
5
apply from : " $rootDir /build.dep.network.gradle"
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " com.android.library"
3
- alias libs. plugins. kotlinSerialization // todo can we centralize this?
4
3
}
5
4
6
5
apply from : " $rootDir /build.module.library.gradle"
@@ -15,7 +14,4 @@ dependencies {
15
14
implementation project(' :domain:user' )
16
15
implementation project(' :core:network' )
17
16
implementation project(' :core:actionresult' )
18
-
19
- implementation(libs. kotlinx. serialization. json)
20
-
21
17
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ littleRobotsCatalogUpdates = "0.8.1"
12
12
hilt = " 2.49"
13
13
ksp = " 1.9.21-1.0.16"
14
14
retrofit = " 2.9.0"
15
- kotlinx-serialization = " 1.6.0 "
15
+ kotlinx-serialization = " 1.6.2 "
16
16
retrofit2KotlinxSerializationConverter = " 1.0.0"
17
17
networkResponseAdapter = " 5.0.0"
18
18
napier = " 2.6.1"
You can’t perform that action at this time.
0 commit comments