Commit 03e22bcf authored by Him188's avatar Him188

Replace `mirai_version` with `miraiVersion`

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