Scala¶
KISSB provides a package to configure a scala build, and can generate a BLOOP configuration for compatibility with both IntelliJ and Scala Metals IDE
1 |
|
To setup a new source module:
1 |
|
This call will setup a default source module named main, with src/main/scala and src/test/scala source folders, and the default scala version set in the package.
To compile your module:
1 |
|
To add dependencies:
1 |
|
with ARTIFACT being a GROUPID:ARTIFACTID:VERSION format
Scalatest¶
To use scala test, configure it on top of an existing source module:
1 |
|
This will create a main/test module