This message was deleted.
# community-support
s
This message was deleted.
v
Can you maybe show an MCVE of the situation?
e
maybe, probably a good idea anyway
I was hoping it was something trivial
v
Maybe it is, but is it unclear - at least to me - what the situation is. Actually, you might improve the situation by switching to Kotlin DSL. Then you immediately get type-safe build scripts, actually helpful errors if you mess up the syntax, and amazingly better IDE support if you use a proper IDE like IntleliJ.
e
yeah, although that'd be a bit of an investment at this point
the error is only in the IDE, only in the LSP or whatever is resolving this import statement
gradle itself is not complaining
so I was just sorta asking for help if easy, it's not really a gradle problem
is it relatively easy to switch to kotlin? any tools that autoconvert?
I could try with one of our smaller projects.
type safe sounds like a dream
v
There are some converter tools out there as far as I now, but I never used any. I prefer to do it myself and on the way also clean up some technical dept. And there is https://docs.gradle.org/current/userguide/migrating_from_groovy_to_kotlin_dsl.html
e
great, thanks