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

Merge pull request #33 from uebian/patch-1

设置标准输入流
parents 3d8c60cb 397d376b
...@@ -15,9 +15,12 @@ dependencies { ...@@ -15,9 +15,12 @@ dependencies {
implementation 'org.jsoup:jsoup:1.12.1' implementation 'org.jsoup:jsoup:1.12.1'
} }
mainClassName = "demo.gentleman.MainKt" run{
standardInput = System.in
mainClassName = "demo.gentleman.MainKt"
}
compileKotlin { compileKotlin {
kotlinOptions { kotlinOptions {
freeCompilerArgs = ["-XXLanguage:+InlineClasses"] freeCompilerArgs = ["-XXLanguage:+InlineClasses"]
} }
} }
\ No newline at end of file
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