mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-21 12:32:23 +08:00
commit
4d192d975c
@ -15,9 +15,12 @@ dependencies {
|
||||
implementation 'org.jsoup:jsoup:1.12.1'
|
||||
}
|
||||
|
||||
mainClassName = "demo.gentleman.MainKt"
|
||||
run{
|
||||
standardInput = System.in
|
||||
mainClassName = "demo.gentleman.MainKt"
|
||||
}
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs = ["-XXLanguage:+InlineClasses"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user