Unnecessary dependency: kotlin-runtime
mainrs opened this issue ยท 3 comments
Looks like the newer versions of kotlin just need to bundle the kotlin-stdlib
with them. At least that's what google spit out after doing some research.
Do you have an official source for this? I haven't seen/heard anything about it?
https://discuss.kotlinlang.org/t/runtime-included-in-stdlib/2421
One of the jetbrains members has posted in this thread telling that the runtime is, as of 1.1, included in the standard library.