Whats the timeline on a 1.0.1 release with the fixed kmp metadata file? As far as i can tell its a h...
m
Whats the timeline on a 1.0.1 release with the fixed kmp metadata file? As far as i can tell its a hard blocker for using arrow-core in common code, is there currently a workaround in the meantime?
s
Hey Michael, A large portion of the Arrow maintainers were on PTO after the 1.0 release πŸ˜… @Javier looked into fixing the Arrow Gradle setup, and it should be released any time now. Afaik it’s fixed, and ready to be released. You could temporarily rely on
1.0.1-SNAPSHOT
as the fixed Gradle config (KMP metadata) should be already be available there
πŸ‘ 1
Sorry for the inconvenience
m
No worries, looks like you guys earned it! Is there another maven repo i need to add for the snapshot version? Its not resolving for me from
mavenCentral
πŸ™ 1
s
Yes, you need to add sonatype for snapshots.
m
Awesome, thanks!