I am new to both Gradle and Dotty (and still relatively new to Scala overall). I was able to create a Scala project with Gradle like this:
gradle init --dsl kotlin --type scala-library --package com.stackoverflow.example
and I know that Dotty can be used with SBT. But is there a way to wire up Dotty with Gradle (yet)?