mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-25 04:50:26 +08:00
设置标准输入流
This commit is contained in:
parent
3d8c60cbd4
commit
397d376bff
@ -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