Skip to content
Snippets Groups Projects
Verified Commit 7bb48955 authored by Mikolai Gütschow's avatar Mikolai Gütschow
Browse files
parent 7225d378
No related tags found
No related merge requests found
Pipeline #12231 failed
......@@ -4,7 +4,7 @@
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="" />
<option name="scriptParameters" value="--stacktrace" />
<option name="taskDescriptions">
<list />
</option>
......
......@@ -28,7 +28,7 @@ plugins {
id("org.jetbrains.compose") version "1.1.1"
id("java")
id("idea")
id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
id("org.jlleitschuh.gradle.ktlint") version "11.0.0"
id("org.briarproject.briar.desktop.build-data-gradle-plugin")
}
......@@ -41,7 +41,13 @@ buildData {
packageName = "org.briarproject.briar.desktop"
}
configure<org.jlleitschuh.gradle.ktlint.KtlintExtension> {
version.set("0.45.2")
}
dependencies {
ktlintRuleset("com.twitter.compose.rules:ktlint:0.0.16")
implementation(compose.desktop.currentOs)
implementation(compose.materialIconsExtended)
// needed to access Dispatchers.Swing for EventExecutor
......
......@@ -20,7 +20,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm") version "1.6.10"
id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
id("org.jlleitschuh.gradle.ktlint") version "11.0.0"
}
tasks.withType<KotlinCompile> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment