- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for targetExclude (0.9 sec)
-
build.gradle.kts
gradlePluginPortal() google() } } apply(plugin = "org.jetbrains.dokka") apply(plugin = "com.diffplug.spotless") configure<SpotlessExtension> { kotlin { target("**/*.kt") targetExclude("**/kotlinTemplates/**/*.kt") ktlint() } } allprojects { group = "com.squareup.okhttp3" version = "5.2.0-SNAPSHOT" repositories { mavenCentral() google() }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 11.3K bytes - Viewed (0)