The okio multiplatform builds are broken: This one...
# squarelibraries
j
If ya wanna send a PR, I'll merge it!
p
A PR? It looks to me like someone published from a non mac machine
m
Isn't this all published from CI?
m
Yep
Let me check if I can reproduce locally
I can reproduce, I'll dig
Ah, looks like the
okio-files
publication overwrites the
okio
one
Let's write some Groovy...
p
Yeah thats fun ^^
m
Thanks for finding this!
That wasn't too much groovy 🙂
It raises the question of whether we want
-multiplatform
everywhere though. That feels it's going against the recommendation of not suffixing anymore
p
m
Yep
p
Maybe you find a way to just remove the multiplatform thing all together
m
That'll be the best
That might break the people like us relying on
okio-multiplatform
but maybe it's ok?
p
For me it is 🙂
That artifact is anyways really hard to discover at all as the project website doesn’t say anything about it
m
Or we go through the extra hoops of having a "symlink" artifact that redirects
okio-multiplatform
->
okio
but that feels painful
j
FWIW okio-files will probably be deleted before the next release
I'm gonna fold it into the main Okio artifact
👍 1
r
FYI there’s a similar issue for the jvm artifact so I opened https://github.com/square/okio/pull/847
Even if the immediate need goes away when okio-files folds into the main artiifact, it will become relevant again when okio-testing starts publishing