- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for targetExclude (0.31 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.4.0-SNAPSHOT" repositories { mavenCentral() google() }
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 01 12:18:11 UTC 2025 - 11.5K bytes - Viewed (1)