- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for fromArchiveEntry (0.1 sec)
-
build.gradle.kts
dependencies { checkstyleConfig(rootProject.libs.checkStyle) { isTransitive = false } } configure<CheckstyleExtension> { config = resources.text.fromArchiveEntry(checkstyleConfig, "google_checks.xml") toolVersion = rootProject.libs.versions.checkStyle.get() sourceSets = listOf(project.sourceSets["main"]) }
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Jun 23 17:02:02 UTC 2024 - 9K bytes - Viewed (0)