Would there be a way to have an artifact (jar) com...
# announcements
m
Would there be a way to have an artifact (jar) compiled from Kotlin src that doesn't have a dependency on stdlib? Right now I have a
Caused by: java.lang.ClassNotFoundException: Didn't find class "kotlin.jvm.internal.Intrinsics"
when using such artifact. If these kind of classes/functions added to the code during compilation were a separate dependency, which stdlib would also depend upon, I could depend on that instead.