https://kotlinlang.org logo
n

napperley

10/17/2017, 3:42 AM
Have a sticky situation where I have cloned a Git repo and imported it into IntelliJ by selecting the pom.xml file in the root dir. After importing the repo an attempt was made to create a new Gradle project (via Gradle Kotlin DSL), however IntelliJ doesn't recognise the new dir as a Gradle project. Gradle works fine with the new project via the terminal without any issues. Is there a need with IntelliJ to start from scratch in order to resolve the issue?