bamboo
12/01/2016, 12:43 PM*.kts
sdeleuze
12/01/2016, 12:43 PMsdeleuze
12/01/2016, 12:44 PMbuild.kts
?sdeleuze
12/01/2016, 12:44 PM.gradle
file extensionsdeleuze
12/01/2016, 12:45 PMgradle.kts
sdeleuze
12/01/2016, 12:45 PMgradle.kts
would rock IMOsdeleuze
12/01/2016, 12:46 PMgradle.properties
sdeleuze
12/01/2016, 12:46 PMgradle
sometimes for file extension, sometime for filename is confusingsdeleuze
12/01/2016, 12:46 PMgradle.kts
is consistent and logical IMOsdeleuze
12/01/2016, 12:46 PMsdeleuze
12/01/2016, 12:48 PM*.gradle.kts
, just autodetect *gradle.kts
sdeleuze
12/01/2016, 12:48 PMgradle.kts
filename I could use with my gradle.properties
to acheive beautiful project layout 🙂orangy
bamboo
12/01/2016, 12:51 PM*gradle.kts
looks doable, will you please add an issue to github?sdeleuze
12/01/2016, 12:52 PMoehme
12/01/2016, 12:53 PMbuild.gradle
is only the default and actually something we regret. Really, every project should have specific name like foo.gradle and bar.gradle. You can of course configure it that way. Using the same file extension is a bad idea in my opinion. You can’t easily tell the language without invoking an expensive parser.sdeleuze
12/01/2016, 12:55 PMsdeleuze
12/01/2016, 12:56 PMgradle.kts
as a nice default convention at least for my projectssdeleuze
12/01/2016, 12:57 PMoehme
12/01/2016, 12:57 PM.gradle
in your IDE it’s nice when every one of them is different at a glanceoehme
12/01/2016, 12:58 PMsdeleuze
12/01/2016, 12:59 PM*gradle.kts
detection could allow both practicesoehme
12/01/2016, 1:02 PMoehme
12/01/2016, 1:02 PMsettings.gradle
. The regex pattern is only used by the IDE to decide which files to provide completion forsdeleuze
12/01/2016, 1:07 PMsdeleuze
12/01/2016, 1:07 PMbuild.gradle.kts
looks very ugly from my POVoehme
12/01/2016, 1:07 PMsdeleuze
12/01/2016, 1:07 PMsdeleuze
12/01/2016, 1:14 PMsdeleuze
12/01/2016, 1:14 PM