I have noticed a little inconsistency with what stdlib dependency kotlin plugin injects.
Since configuring task is “lazy evaluation” approach kotlin plugin injects
kotlin-stdlib
instead of
kotlin-stdlib-jdk11
. Since there is a little practical difference between two I haven’t investigated further what actually happens.
Was checking with