I’m using IntelliJ 2020.3 with the 1.4.21 version of the Kotlin Plugin. When I try to create a build.gradle.kts or settings.gradle.kts file in my buildSrc directory by using the new -> Kotlin Script option in the context menu it treats the periods like a package structure. This happens even when I try to escape the periods with a ‘\’. I’m forced to fall back to new -> File which makes sense in a way, but is could be confusing to a new user. Is there a way to tell IntelliJ that I really just want the period in the name, and am not trying to specify a package structure?