I’m also new to Kotlin, and faced the same issue with Eclipse Oxygen 3A build and Kotlin plugin.
After trying a bit figured out that kotlin_bin link is pointing to my C:\somefolder wrongly.
It should point to the folder where eclipse .metadata is installed.
Selecting the project->properties->resources->linked resources and setting kotlin_bin path to the eclipse workspace folder resolved this issue.
Thanks.