Eric Li
Eric Li
@felixbaral Hello! I am working on this now and also do a rewrite as well.
@felixbaral I revised the implementation and converted the whole project into a Kotlin mulitplatform project (in `multiplatform` branch). However, I found that running unit tests on NodeJS failed perhaps due...
I got the same issue as well I am using emulator (Android 9) ``` 2018-11-15 11:03:13.378 8072-8384/com.example.foo E/AndroidRuntime: FATAL EXCEPTION: Thread-17 Process: com.example.foo, PID: 8072 java.lang.IllegalArgumentException: Unknown URI: content://downloads/public_downloads/18 at...
@NorbertSandor you may take a look on `multiplatform` branch and I have already adoped this approach. However, I still need some time to migrate the CI to GitHub Actions. https://github.com/swiftzer/semver/tree/multiplatform
Right now the code in `multiplatform` branch is migrated to Kotlin multiplatform and right now the missing part is the GitHub Actions part
@NorbertSandor @felixbaral Please give a try on the latest version `2.0.0`, thanks