Is intellij CE supposed to look like this when usi...
# multiplatform
u
Is intellij CE supposed to look like this when using
.toml
version catalogue & groovy for gradle syntax? Code completion on it doesnt work, which usually does (on jvm apps) and it's giving the nonsensical run button
or is this syntax frowned upon? (makes the highlighting & completion work)
j
Hmm cmpletion in the source sets works for me in EAP CE with groovy
🤨 1
s
@ursus you seem to be using Groovy (
.gradle
files). To use the more modern-ish syntax and better IDE assistance, use
.gradle.kts
for Kotlin script.
u
I dont use kotlin in gradle as the syntax is worse & it's slower, no point in using it imo this is a IDE bug