pekko-connectors-sample-http-csv-to-kafka/project/CompileOptions.scala (
8
lines of code) (
raw
):
object CompileOptions { val compileOptions = Seq( "-unchecked", "-deprecation", "-language:_", "-encoding", "UTF-8" ) }