hi team, when adding `androix datastore 1.1.0-alph...
# multiplatform
b
hi team, when adding
androix datastore 1.1.0-alpha01
to the shared library i am getting the following error
:shared:iosArm64Main: Could not resolve androidx.datastore:datastore-preferences-core:1.1.0-alpha01
however i don’t have that issue when running version
1.1.0-dev01
c
Jetpack DataStore is an JVM only library that you cannot add to a shared multiplatform library. You can only add it as a dependency for your
android
source set.
b
From what i read version 1.1 is targeting kmm
c
Oh nice. but there is no package for
1.1.0-alpha01
for the multiplatform dependencies. i.e. https://maven.google.com/web/index.html?q=datastore#androidx.datastore:datastore-core-iosarm64
b
Correct but how about 1.1.0-dev01
l
Only the dev versions support multiplatform right now. They'll likely announce something when that changes.
b
@Landry Norris thank you for this clarification