mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-20 20:49:54 +08:00
Apply shadow plugin for future use
This commit is contained in:
parent
f2608d6956
commit
0126e4ce67
@ -8,6 +8,8 @@ plugins {
|
|||||||
id("com.jfrog.bintray") version "1.8.4-jetbrains-3"
|
id("com.jfrog.bintray") version "1.8.4-jetbrains-3"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apply(plugin = "com.github.johnrengelman.shadow")
|
||||||
|
|
||||||
val kotlinVersion: String by rootProject.ext
|
val kotlinVersion: String by rootProject.ext
|
||||||
val atomicFuVersion: String by rootProject.ext
|
val atomicFuVersion: String by rootProject.ext
|
||||||
val coroutinesVersion: String by rootProject.ext
|
val coroutinesVersion: String by rootProject.ext
|
||||||
|
Loading…
Reference in New Issue
Block a user