You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update to JUnit 5.13 and Kotlin 2.x
* Bump minimum supported AGP/Gradle version to 8.2
* Update instrumentation to use Compose Compiler
This is required from Kotlin 2.x
* Update Kotlinx Binary Compatibility Validator plugin
Copy file name to clipboardExpand all lines: plugin/android-junit5/src/main/kotlin/de/mannodermaus/gradle/plugins/junit5/internal/config/PluginConfig.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ private constructor(
50
50
val hasJacocoPlugin get() = project.plugins.hasPlugin("jacoco")
0 commit comments