Support overloads generation for Java
hungweng opened this issue · 1 comments
hungweng commented
Describe the feature request?
Can we add the @JvmOverloads annotation to functions with default parameter values to make it easier to be used by Java? (Unless this SDK is not supposed to be used by an Android project written in Java)
New or Affected Resource(s)
Functions with default parameters
Provide a documentation link
No response
Additional Information?
No response
JayNewstrom commented
Due to extensive use of kotlin coroutines, we don't support consuming the SDK via java.