It looks that official sample for main.kts scripts...
# scripting
g
It looks that official sample for main.kts scripts doesn’t work with Kotlin 1.3.72: https://github.com/Kotlin/kotlin-script-examples/blob/master/jvm/main-kts/MainKts.md It doesn’t try to get dependency from jcenter. I see this error output:
Copy code
: problems summary ::
:::: WARNINGS
		module not found: org.jetbrains.kotlinx#kotlinx-html-jvm;0.6.11

	==== central: tried

	  <https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.6.11/kotlinx-html-jvm-0.6.11.pom>

	  -- artifact org.jetbrains.kotlinx#kotlinx-html-jvm;0.6.11!kotlinx-html-jvm.jar:

	  <https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.6.11/kotlinx-html-jvm-0.6.11.jar>
Not sure is it some regression, or not