Skip to content

Commit

Permalink
chore(deps): remove unused kotlinpoet dep
Browse files Browse the repository at this point in the history
  • Loading branch information
outadoc committed Apr 29, 2023
1 parent 406a053 commit 72fea3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions app/src/main/assets/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,13 +810,6 @@
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt",
"moduleUrl": "https://github.com/square/okio/"
},
{
"moduleLicense": "Apache 2.0",
"moduleVersion": "0.6.0",
"moduleName": "com.squareup:kotlinpoet",
"moduleLicenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt",
"moduleUrl": "http://github.com/square/kotlinpoet/"
},
{
"moduleVersion": "2023.03.00",
"moduleName": "dev.chrisbanes.compose:compose-bom"
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ junit = "junit:junit:4.13.2"
koin-android = { module = "io.insert-koin:koin-android", version = "3.4.0" }
koin-compose = { module = "io.insert-koin:koin-androidx-compose", version = "3.4.4" }
koin-core = { module = "io.insert-koin:koin-core", version = "3.4.0" }
kotlinpoet = "com.squareup:kotlinpoet:1.13.0"
kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" }
kotlinx-collections-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5"
kotlinx-coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
Expand Down

0 comments on commit 72fea3a

Please sign in to comment.