Multi line comments in SBT -
is possible comment out entire block of text in sbt, similar /* java style block comment */
syntax? i'm getting build errors , can use multiple single line comments instead.
the build error see error parsing expression. ensure there no blank lines within setting illegal start of simple expression line number indicating closing */
try /*** comment */
note: settings allowed in there too.
Comments
Post a Comment