Scala-cli has a way to export the build definition as json which we could parse and use to import. Because scala-cli only supports single module builds it should be fairly trivial to do. We could also just hook into the sbt-export of scala-cli and use the preexisting sbt importer, which would be a lot slower. If this matters for a one time operation I don't know.
Adding support for this would give possibility for a really nice on-boarding for new Scala devs in the future I think.
Scala-cli has a way to export the build definition as json which we could parse and use to import. Because scala-cli only supports single module builds it should be fairly trivial to do. We could also just hook into the sbt-export of scala-cli and use the preexisting sbt importer, which would be a lot slower. If this matters for a one time operation I don't know.
Adding support for this would give possibility for a really nice on-boarding for new Scala devs in the future I think.