fuzzywuzzy-kotlin
fuzzywuzzy-kotlin copied to clipboard
Fuzzy string matching for Kotlin (JVM, native, JS, Web Assembly) - port of Fuzzy Wuzzy Python lib
License?
Where does this project stand in terms of licensing? As per xdrop/fuzzywuzzy#35, xdrop/fuzzywuzzy#84, and xdrop/fuzzywuzzy#78, the parent project is currently licensed under GPLv2.0. Because of this, this repo should be...
Adding the import code to my build.gradle file did not allow me to use Fuzzywuzzy functionality. ``` sourceSets { commonMain { dependencies { implementation "com.willowtreeapps:fuzzywuzzy-kotlin:0.1.1" } } } ``` Only...
Seems there has been quite a lot of time for any fixes/changes. Things needing immediate attention: 1) Jitpack Library import not working. 2) Update project structure with recent kotlin multipltaform...
Updates: - kotlin 1.2.61 - gradle 5.6.2 - remove unused AGP declaration - bump version to 0.9.0 (large bump - think it is warranted because KMP is much more stable,...