0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-19 19:42:20 +02:00

Rename ime-model to ime-lib

This commit is contained in:
Patrick Goldinger 2023-05-29 15:15:04 +02:00
parent e70c37e022
commit 90cb84fda0
No known key found for this signature in database
GPG Key ID: 533467C3DC7B9262
15 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -52,7 +52,7 @@ android {
}
dependencies {
api(project(":ime-model"))
api(project(":ime-lib"))
implementation(libs.androidx.annotation)
implementation(libs.kotlinx.serialization.json)
}

View File

@ -35,5 +35,5 @@ dependencyResolutionManagement {
include(":app")
include(":benchmark")
include(":ime-model")
include(":ime-lib")
include(":plugin")