Commit 4d192d97 authored by Him188's avatar Him188 Committed by GitHub

Merge pull request #33 from uebian/patch-1

设置标准输入流
parents 3d8c60cb 397d376b
......@@ -15,7 +15,10 @@ 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"]
......
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