You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
I get the following error in Eclipse when importing it as a Gradle project:
Project at '/home/myuser/eclipse-workspace/kotlin-ddd-sample' can't be named 'kotlinddd'
because it's located directly under the workspace root. If such a project is renamed,
Eclipse would move the container directory. To resolve this problem,
move the project out of the workspace root or configure it to have the name 'kotlin-ddd-sample'.
kotlin-ddd-sample line 0 Gradle Error Marker
The text was updated successfully, but these errors were encountered:
Didn't you have a way to resolve this error? Because I created the project later I change the name in GitHub and now whenever I clone it I can't import it correctly because of this error.
@OscarCarrilloTR maybe, wrong gralde version causing this problem. I also encountered this problem at first, using local gralde, version 8.5. then, just use project command ./gradlew build ,it works well.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for the cool example project:
I get the following error in Eclipse when importing it as a Gradle project:
The text was updated successfully, but these errors were encountered: