magnusja / libaums

Open source library to access USB Mass Storage devices on Android without rooting your device
Apache License 2.0
1.26k stars 270 forks source link

Convert app module to Kotlin #270

Closed depau closed 4 years ago

depau commented 4 years ago

I did some minor testing, I found some issues that I haven't solved but I'm pretty sure are not related to the port, rather to recent Android changes:

Other than that I did some additional kotlinization, converted a bunch of stuff to lateinit or vals to improve null safety.

magnusja commented 4 years ago

ahh man Kotlin ist just so much nicer :D