Changes the examples project to be different modules, for different langs
adds:
examples/java-examples
examples/kotlin-examples
examples/scala-examples
Note:
For the scala build to work you need to build the driver first: the drivers gradle build produces a jar in examples/scala-examples/lib/, which is then consumed in the build.sbt.
Changes the examples project to be different modules, for different langs
adds:
Note: For the scala build to work you need to build the driver first: the drivers gradle build produces a jar in
examples/scala-examples/lib/
, which is then consumed in thebuild.sbt
.