Rename ime-model to ime-lib
This commit is contained in:
@@ -208,7 +208,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":ime-model"))
|
||||
implementation(project(":ime-lib"))
|
||||
implementation(project(":plugin"))
|
||||
implementation(libs.accompanist.flowlayout)
|
||||
implementation(libs.accompanist.systemuicontroller)
|
||||
|
||||
@@ -52,7 +52,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":ime-model"))
|
||||
api(project(":ime-lib"))
|
||||
implementation(libs.androidx.annotation)
|
||||
implementation(libs.kotlinx.serialization.json)
|
||||
}
|
||||
|
||||
@@ -35,5 +35,5 @@ dependencyResolutionManagement {
|
||||
|
||||
include(":app")
|
||||
include(":benchmark")
|
||||
include(":ime-model")
|
||||
include(":ime-lib")
|
||||
include(":plugin")
|
||||
|
||||
Reference in New Issue
Block a user