> >Just to confirm, the guide suggests open build.gradle.kts as a project. >Did you open it as a project and then re-done the import again? >That sounds strange. What is your IDEA version? >
Yes, I opened it as a project as the guide suggests. After that I had to do "build.gradle.kts->Right Click->Import Gradle Project". I am on IntelliJ IDEA 2020.3 on macOS Big Sur. On Tue, May 18, 2021 at 12:15 PM Vladimir Sitnikov < [email protected]> wrote: > >I followed the steps in "Setting up IntelliJ IDEA" in the guide and had > the > >project compiled via command line, > > Oh, I did not know it was there. "build via command line" is NOT really > needed. > Sometimes it might be helpful to debug IDEA or Gradle issue, however, > the import should work without any command line actions. > > >but still had to do "build.gradle.kts > >Right Click->Import as Gradle Project" and "Reload Gradle Project" to make > >things work. > > Just to confirm, the guide suggests open build.gradle.kts as a project. > Did you open it as a project and then re-done the import again? > That sounds strange. What is your IDEA version? > > Vladimir >
