`compile(kotlin("stdlib"))` does not work for me u...
# gradle
z
compile(kotlin("stdlib"))
does not work for me using Gradle 4.0. How to enable it? Is there also
stdlib-jre8
?