From 165437f8b41a604c7cae221a4f625fe8c9d861d5 Mon Sep 17 00:00:00 2001 From: Jaime Wren Date: Tue, 6 Jan 2026 20:03:27 -0800 Subject: [PATCH] Add code coverage configuration Coverage: 11.5212% See https://github.com/flutter/dart-intellij-third-party/pull/190 --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 3266d24e9..d8a4744e7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,6 +43,7 @@ plugins { id("org.jetbrains.intellij.platform") version "2.10.5" // IntelliJ Platform Gradle Plugin id("org.jetbrains.kotlin.jvm") version "2.2.0" // Kotlin support id("org.jetbrains.changelog") version "2.2.0" // Gradle Changelog Plugin + id("org.jetbrains.kotlinx.kover") version "0.9.0" idea // IntelliJ IDEA support }