Closed alexarnoldi closed 2 years ago
are you trying to use this library within a kotlin project?
No.i use it in android java project...
Unit is a kotlin object, not sure how it could be missing tbh, perhaps proguard?
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
after i add dependency library i get this error : Cannot resolve symbol Unit .