|
@@ -1,7 +1,8 @@
|
|
|
plugins {
|
|
plugins {
|
|
|
id 'com.android.application'
|
|
id 'com.android.application'
|
|
|
id 'org.jetbrains.kotlin.android'
|
|
id 'org.jetbrains.kotlin.android'
|
|
|
- id 'org.jetbrains.kotlin.plugin.serialization'
|
|
|
|
|
|
|
+ // TODO: 1202468796234411
|
|
|
|
|
+ // id 'org.jetbrains.kotlin.plugin.serialization'
|
|
|
id 'org.jetbrains.kotlin.kapt'
|
|
id 'org.jetbrains.kotlin.kapt'
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -69,10 +70,11 @@ dependencies {
|
|
|
implementation "androidx.room:room-ktx:$roomVersion"
|
|
implementation "androidx.room:room-ktx:$roomVersion"
|
|
|
kapt "androidx.room:room-compiler:$roomVersion"
|
|
kapt "androidx.room:room-compiler:$roomVersion"
|
|
|
|
|
|
|
|
- // ktor
|
|
|
|
|
|
|
+ /* TODO: 1202468796234411
|
|
|
implementation "io.ktor:ktor-client-cio:$ktorVersion"
|
|
implementation "io.ktor:ktor-client-cio:$ktorVersion"
|
|
|
implementation "io.ktor:ktor-client-content-negotiation:$ktorVersion"
|
|
implementation "io.ktor:ktor-client-content-negotiation:$ktorVersion"
|
|
|
implementation "io.ktor:ktor-client-encoding:$ktorVersion"
|
|
implementation "io.ktor:ktor-client-encoding:$ktorVersion"
|
|
|
implementation "io.ktor:ktor-serialization-kotlinx-json:$ktorVersion"
|
|
implementation "io.ktor:ktor-serialization-kotlinx-json:$ktorVersion"
|
|
|
|
|
+ */
|
|
|
|
|
|
|
|
}
|
|
}
|