<https://readyset.build/kotlins-sam-problem-f315ff...
# spanish
d
c
i created a new idea project and selected gradle with kotlin as gradle language, and kotlin as code language. and then idea created a build file with just 2 lines:
Copy code
group = "christophsturm"
version = "1.0-SNAPSHOT"
is that enough?