But when I try to access it from java I get the error at compile time
Copy code
final UriDeepLink deepLink = UriDeepLinkFactory.from(operationDeepLink);
^
method UriDeepLinkFactory.from(Companion,Uri) is not applicable
(actual and formal argument lists differ in length)
method UriDeepLinkFactory.from(Companion,String) is not applicable
(actual and formal argument lists differ in length)