Commit 03e22bcf authored by Him188's avatar Him188

Replace `mirai_version` with `miraiVersion`

parent 6496c76a
......@@ -37,7 +37,7 @@ runCatching {
allprojects {
group = "net.mamoe"
version = getProperty("mirai_version")
version = getProperty("miraiVersion")
repositories {
mavenLocal()
......
# style guide
kotlin.code.style=official
# config
mirai_version=0.23.0
miraiVersion=0.23.0
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
# kotlin
......
......@@ -24,7 +24,7 @@ fun ktor(id: String, version: String) = "io.ktor:ktor-$id:$version"
description = "QQ protocol library"
version = rootProject.ext.get("mirai_version")!!.toString()
version = rootProject.ext.get("miraiVersion")!!.toString()
val isAndroidSDKAvailable: Boolean by project
......
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