-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
java.lang.NoClassDefFoundError: Failed resolution of: Lkotlin/text/Regex;
what is the cause for this error?
Code is below
mNearDiscovery = new NearDiscovery.Builder()
.setContext(this)
.setDiscoverableTimeoutMillis(60000)
.setDiscoveryTimeoutMillis(60000)
.setDiscoverablePingIntervalMillis(1000)
.setDiscoveryListener(getNearDiscoveryListener(), Looper.getMainLooper())
.build();
mNearDiscovery.makeDiscoverable("Abcd","");
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels