We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f63c6a commit 2763266Copy full SHA for 2763266
android_app/app/build.gradle
@@ -59,7 +59,7 @@ dependencies {
59
implementation "com.google.android.material:material:1.9.0"
60
implementation "com.google.dagger:hilt-android:2.44"
61
kapt "com.google.dagger:hilt-android-compiler:2.47"
62
- ktlint("com.pinterest:ktlint:0.48.2") {
+ ktlint("com.pinterest:ktlint:0.50.0") {
63
attributes {
64
attribute(Bundling.BUNDLING_ATTRIBUTE, getObjects().named(Bundling, Bundling.EXTERNAL))
65
}
0 commit comments