Skip to content

Commit bb09e0f

Browse files
committed
Remove lint publish dependency declaration
1 parent 3881c49 commit bb09e0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stream-android-core/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ android {
4949
dependencies {
5050
// Linter
5151
lintChecks(project(":stream-android-core-lint"))
52-
lintPublish(project(":stream-android-core-lint")) {
53-
isTransitive = false
54-
}
5552
implementation(project(":stream-android-core-annotations"))
5653

5754
implementation(libs.kotlinx.coroutines)

0 commit comments

Comments
 (0)