Getting the following error when building my code for iOS
Compilation failed: No container found for type parameter 'Key' of 'CLASS IR_EXTERNAL_DECLARATION_STUB INTERFACE name:MutableStore modality:ABSTRACT visibility:public superTypes:[org.mobilenativefoundation.store.store5.Read.StreamWithConflictResolution<Key of org.mobilenativefoundation.store.store5.MutableStore, Output of org.mobilenativefoundation.store.store5.MutableStore>; org.mobilenativefoundation.store.store5.Write<Key of org.mobilenativefoundation.store.store5.MutableStore, Output of org.mobilenativefoundation.store.store5.MutableStore>; org.mobilenativefoundation.store.store5.Write.Stream<Key of org.mobilenativefoundation.store.store5.MutableStore, Output of org.mobilenativefoundation.store.store5.MutableStore>; org.mobilenativefoundation.store.store5.Clear.Key; org.mobilenativefoundation.store.store5.Clear]'
It builds without errors for Android.
I currently just have a single MutableStoreBuilder in my project, since I'm testing out this library.
Getting the following error when building my code for iOS
Compilation failed: No container found for type parameter 'Key' of 'CLASS IR_EXTERNAL_DECLARATION_STUB INTERFACE name:MutableStore modality:ABSTRACT visibility:public superTypes:[org.mobilenativefoundation.store.store5.Read.StreamWithConflictResolution<Key of org.mobilenativefoundation.store.store5.MutableStore, Output of org.mobilenativefoundation.store.store5.MutableStore>; org.mobilenativefoundation.store.store5.Write<Key of org.mobilenativefoundation.store.store5.MutableStore, Output of org.mobilenativefoundation.store.store5.MutableStore>; org.mobilenativefoundation.store.store5.Write.Stream<Key of org.mobilenativefoundation.store.store5.MutableStore, Output of org.mobilenativefoundation.store.store5.MutableStore>; org.mobilenativefoundation.store.store5.Clear.Key; org.mobilenativefoundation.store.store5.Clear]'
It builds without errors for Android.
I currently just have a single MutableStoreBuilder in my project, since I'm testing out this library.