🤬
  • ■ ■ ■ ■ ■ ■
    core-model/build.gradle.kts
    skipped 16 lines
    17 17   id("getstream.android.library")
    18 18   id("getstream.spotless")
    19 19   id("kotlin-parcelize")
     20 + id("org.jetbrains.kotlin.plugin.serialization")
    20 21  }
    21 22   
    22 23  dependencies {
    23 24   api(libs.stream.client)
     25 + api(libs.retrofit.kotlin.serialization)
    24 26   api(libs.kotlinx.serialization.json)
    25 27  }
    26 28   
  • ■ ■ ■ ■ ■ ■
    core-network/build.gradle.kts
    skipped 16 lines
    17 17   id("getstream.android.library")
    18 18   id("getstream.android.hilt")
    19 19   id("getstream.spotless")
     20 + id("org.jetbrains.kotlin.plugin.serialization")
    20 21  }
    21 22   
    22 23  dependencies {
    skipped 2 lines
    25 26   api(libs.okhttp.logging)
    26 27   api(libs.retrofit.core)
    27 28   api(libs.retrofit.result.adapter)
     29 + 
    28 30   api(libs.retrofit.kotlin.serialization)
    29 31   api(libs.kotlinx.serialization.json)
    30 32  }
    skipped 1 lines
Please wait...
Page is in error, reload to recover