cheptsov / kotlin-nosql

NoSQL database query and access library for Kotlin
212 stars 32 forks source link

Update to Kotlin 1.0.0-beta-3595 #13

Open phroa opened 8 years ago

phroa commented 8 years ago

I'm super unfamiliar with this library. This PR probably needs a load of review; I just wanted it to compile on the latest version so I can use it in a project, which it does.

I tried to go through and fix the build warnings that I felt comfortable fixing, but I don't know exactly what the state of the warnings were beforehand since it wouldn't compile. By no means did I remove them all, though :)

Tests fail, but given the fact that it can't find assertEquals leads me to believe that they weren't always working. I didn't even try to fix them. Here's the output of gradle assemble test. https://gist.github.com/phroa/31c18af5c25c2f29a47a


Comments appreciated.