kibotu / geofencer

Location tracking & geofencing the easy way. Supports background, killed app, rebooted device different update intervals.
MIT License
129 stars 28 forks source link

Cannot resolve symbol Unit.INSTANCE #17

Closed alexarnoldi closed 2 years ago

alexarnoldi commented 3 years ago

after i add dependency library i get this error : Cannot resolve symbol Unit .

kibotu commented 3 years ago

are you trying to use this library within a kotlin project?

alexarnoldi commented 3 years ago

No.i use it in android java project...

kibotu commented 3 years ago

Unit is a kotlin object, not sure how it could be missing tbh, perhaps proguard?

kibotu commented 2 years ago

i believe it was caused by this

   packagingOptions {
        exclude 'META-INF/library-core_release.kotlin_module'
        exclude 'META-INF/lib_release.kotlin_module'
    }

which i've removed