Skip to content

Commit

Permalink
disable the initializer metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
thebehera committed Jun 12, 2024
1 parent dc30c07 commit 64376ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mqtt-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ android {
withJavadocJar()
}
}
lint {
disable += "EnsureInitializerMetadata"
}
namespace = "com.ditchoom.mqtt.client"
}

Expand Down

0 comments on commit 64376ee

Please sign in to comment.