- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for targetExclude (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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() }
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat Nov 01 12:18:11 GMT 2025 - 11.5K bytes - Click Count (1)