mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 02:50:15 +08:00
fada587297
* Initial support of ResourceNotClosedInspection, #283 * Improve UsingStringPlusMessageInspection * Add fix for sendAsImageTo and uploadAsImage * Add Fix for ResourceNotClosedInspection * ResourceNotClosedInspection support for Java * Add WrapWithResourceUseCallIntention for Kotlin, #284
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
plugins {
|
|
kotlin("jvm") version "1.4.20"
|
|
kotlin("plugin.serialization") version "1.4.20"
|
|
id("net.mamoe.mirai-console") version "2.3.2"
|
|
java
|
|
}
|
|
|
|
group = "org.example"
|
|
version = "1.0-SNAPSHOT"
|
|
|
|
repositories {
|
|
jcenter()
|
|
mavenCentral()
|
|
} |