is there a known bug for the gradle plugin in idea...
# intellij
b
is there a known bug for the gradle plugin in idea together with kotlin. our project uses gradle4. what i do is i checkout the project and open the gradle file as project. i tick "use autoimport" "use default gradle wrapper" and project format ".idea". what happens is that idea creates an "out" folder in the root folder (it didn't do that before .. everything was in the .idea folder) and then somehow fails to set the correct classpath. when i compile i see the message "classpath entry points to a non-existend location: /somepath/build/classes/java/main".