Some questions: 1. There’s a bunch of `META-INF` ...
# ktor
r
Some questions: 1. There’s a bunch of
META-INF
files which were giving me build issues until I added this line: https://github.com/russhwolf/ktor-demo/blob/master/app/build.gradle#L27. I know I’ve seen other such issues in the past and they’ve been fixed. Is this a known issue currently? 2. Is the strategy I’m using to dynamically switch between x64 and arm64 dependencies sane? Also is it necessary, or did I miss something?
👌 1
e
It’s the known problem with
kotlin-multiplatform
, probably you could exclude the library
META-INF
for now.
👍 1