Andre Claßen
Andre Claßen
@lukisk Many thanks , if you can do the port of multicast tests to coroutines 1.6 then i would take care of filesystem.
After the new memory model release i searched something to try it . so i started to convert store4 to kmp some weeks ago. I removed everything from the guava...
Sure thing. But i created a new project and added module by module as it was too time consuming for me to get the current gradle script working as kmp....
@digitalbuddha In case u wanna take a look , i pushed my current progress here https://github.com/aclassen/Store
I'm still working on rewriting the tests, sorry for that. We can merge and i create a separate pr for tests as soon im done.
Possible for sure, but not out of the box as the whole ReordableItem gets translated. So atm the way to go would be to roll your own ReordableItem. Maybe i...
Just wanna note, that if we wanna go for disk cache we would also need a kmp filesystem implementation. So i guess a DB would be a better fit to...
This library is published as jvm library.
No sorry, the library is not designed for this.
Just keep in mind that the FS3 implementation does not work correct using a non unix filesystem. For example https://github.com/aclassen/Store/blob/main/filesystem-kmp/src/commonMain/kotlin/com/dropbox/kmp/external/fs3/filesystem/FSFile.kt#L27 This is not true for windows , beside other limitations....