Before I get too deep in the weeds with something ...
# kotlin-native
k
Before I get too deep in the weeds with something that won't work, can the multiplatform plugin handle native dependencies in the form of local files?
n
That won't work with Gradle's implementation function since Gradle expects the dependency to come from a Maven repo (local or remote).
k
That won't work because the kotlin plugin won't handle it? That absolutely works with jars and gradle
a
yes
k
Hmm. Trying to work around some of the 4.7/4.10 issues. The coroutines dependency specifically. Was trying to port and republish with 4.10, but that's super painful. Trying the easy route. See how it goes.
a
yea i did this when you still had sqliter/stately on 4.7
im pretty sure it worked
k
Ah cool. I burned a lot of time trying to get coroutines to build in 4.10, but that's a very non-standard build setup. Ran into endless issues. By endless I mean a couple hours last night, of course.