Commit a4f49ee9 authored by Him188's avatar Him188

Revert "Update buildSrc"

This reverts commit 702e14eb
parent 702e14eb
import org.gradle.kotlin.dsl.DependencyHandlerScope
/* /*
* Copyright 2020 Mamoe Technologies and contributors. * Copyright 2020 Mamoe Technologies and contributors.
* *
...@@ -38,7 +36,7 @@ object Versions { ...@@ -38,7 +36,7 @@ object Versions {
} }
@Suppress("unused") @Suppress("unused")
fun DependencyHandlerScope.kotlinx(id: String, version: String) = "org.jetbrains.kotlinx:kotlinx-$id:$version" fun kotlinx(id: String, version: String) = "org.jetbrains.kotlinx:kotlinx-$id:$version"
@Suppress("unused") @Suppress("unused")
fun DependencyHandlerScope.ktor(id: String, version: String) = "io.ktor:ktor-$id:$version" fun ktor(id: String, version: String) = "io.ktor:ktor-$id:$version"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment