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

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -