Hi all, we are using store4 and trying to update t...
# store
v
Hi all, we are using store4 and trying to update to kotlin2. Looks like store4 is still using experimental/deprecated api's (stable since 1.5), and if we try to use it with kotlin2 it would crash in runtime:
Copy code
Caused by: java.lang.NoSuchMethodError: No virtual method hours-UwyO8pc(I)J in class Lkotlin/time/Duration$Companion;
	at com.dropbox.android.external.store4.StoreDefaults.<clinit>(StoreDefaults.kt:14)
	at com.dropbox.android.external.store4.RealStoreBuilder.<init>(StoreBuilder.kt:86)
We are trying to stay on store4 so we don't have to retest everything at the same time. Is it possible to do a quick hot fix release for store4? I've created a change to switch to a stable api and remove experimental time: https://github.com/vovkab/Store/commit/1af730553be7133e71736758dc8c67e2922b3fc3 But I'm not sure against which branch should I created a PR? As I can see there is
release/4.0.0
branch, but it's missing everything all the way up to 4.0.7? Thanks.