Renaming Kotlin/Gradle Project Fails "settings.gradle file not found"
Answered
I am working on a project that is using Kotlin with a gradle build file also in kotlin and a "settings.gradle.kts". Upon trying to `Refactor > Rename` my project, I get the error "settings.gradle file not found", which tells me that IntelliJ doesn't know to look for "settings.gradle.kts". I'm not sure if this is a bug/known issue or there's a configuration option I need to change somewhere , but all of my gradle files were generated directly with IntelliJ when I created a new project so I figure this should work.
I ended up manually changing the project name, but I'd appreciate if anyone knows a way around this issue (or if I should report a new issue for this). Thanks!
Please sign in to leave a comment.
Please report a bug at https://youtrack.jetbrains.com/newIssue?project=KT.
Thanks Serge Baranov, I've created KT-41276