- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for mavenCentral (1.35 sec)
-
buildSrc/build.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ plugins { `kotlin-dsl` } repositories { mavenCentral() } dependencies { // TODO (https://github.com/square/okhttp/issues/8612) we will need a consistent version // 7.1.0 is used because it avoids this error
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 19 13:41:00 UTC 2025 - 1.1K bytes - Viewed (0) -
build.gradle.kts
classpath(libs.gradlePlugin.mavenSympathy) classpath(libs.gradlePlugin.graalvmBuildTools) classpath(libs.gradlePlugin.ksp) } repositories { mavenCentral() gradlePluginPortal() google() } } apply(plugin = "org.jetbrains.dokka") apply(plugin = "com.diffplug.spotless") configure<SpotlessExtension> { kotlin { target("**/*.kt")
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 11.3K bytes - Viewed (0)