Skip to content

Commit

Permalink
UPdate detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Jan 10, 2025
1 parent 7657e78 commit c0bd090
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions samples/desktopApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ compose.desktop {
}
}
}

dependencies {
detektPlugins(libs.compose.detekt.rules)
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.alorma.compose.settings.sample.shared

import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.consumeWindowInsets
import androidx.compose.foundation.layout.padding
Expand Down Expand Up @@ -36,4 +35,4 @@ fun SampleApp(modifier: Modifier = Modifier) {
}
}
}
}
}

0 comments on commit c0bd090

Please sign in to comment.