btw. Why is kotlin comiler distributed as single j...
# compiler
t
btw. Why is kotlin comiler distributed as single jar with dependencies (note - there is also dummy sources artifact distributed to maven, without any actual sources)
j
wrt to the dummies, sonatype requires src and doc jarfiles and these don't quite work in all kotlin tooling yet. sonatype says fake it
iff
you have to
i use a single empty java class in the build so that javadoc doesn't complain.