Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kibettheophilus authored and chepsi committed Jun 6, 2024
1 parent 26f6a3d commit 4ec69c3
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package com.android254.data.repos

import com.android254.data.repos.mappers.toDomainModel
import com.android254.data.repos.mappers.toEntity
import com.android254.domain.models.ResourceResult
import com.android254.domain.models.Speaker
import com.android254.domain.repos.SpeakersRepo
import javax.inject.Inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
package com.android254.domain.repos

import com.android254.domain.models.ResourceResult
import com.android254.domain.models.Speaker
import kotlinx.coroutines.flow.Flow

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ rootProject.name = "DroidconKE2023"
include(":app")
include(":chai")
include(":datasource:remote", ":datasource:local", ":data", ":domain", ":presentation")
include(":shared", ":shared:data", ":shared:domain", ":shared:datasource")
include(":shared", ":shared:data", ":shared:domain", ":shared:datasource")
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ kotlin {

android {
namespace = "ke.droidcon.kotlin.shared"
}
}
2 changes: 1 addition & 1 deletion shared/data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ kotlin {

android {
namespace = "ke.droidcon.kotlin.shared.data"
}
}
3 changes: 1 addition & 2 deletions shared/datasource/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {

}
}
val commonTest by getting {
Expand All @@ -19,4 +18,4 @@ kotlin {

android {
namespace = "ke.droidcon.kotlin.shared.datasource"
}
}
3 changes: 1 addition & 2 deletions shared/domain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {

}
}
val commonTest by getting {
Expand All @@ -20,4 +19,4 @@ kotlin {
android {
namespace = "ke.droidcon.kotlin.shared.domain"
compileSdk = 34
}
}

0 comments on commit 4ec69c3

Please sign in to comment.