kaltura / kme-sdk-android

Kaltura Meeting Experience SDK for Android
GNU Affero General Public License v3.0
2 stars 2 forks source link

Koin Injection error from KME class #165

Open FarisJakpau opened 3 years ago

FarisJakpau commented 3 years ago

Im getting this error Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:class com.kme.kaltura.kmesdk.di.KmeKoinComponent, unresolved supertypes: org.koin.core.KoinComponent Adding -Xextended-compiler-checks argument might provide additional information. when try to initialize

    val kmeSdk = KME.getInstance()

    kmeSdk.initSDK(
        applicationContext,
        success = {},
        error = {}
    )
kaltura-hooks commented 3 years ago

Hi @FarisJakpau,

Thank for you reporting an issue and helping improve Kaltura!

To get the fastest response time, and help the maintainers review and test your reported issues or suggestions, please ensure that your issue includes the following (please comment with more info if you have not included all this info in your original issue):

For general troubleshooting see: https://github.com/kaltura/platform-install-packages/blob/Jupiter-10.13.0/doc/kaltura-packages-faq.md#troubleshooting-help

If you only have a general question rather than a bug report, please close this issue and post at: http://forum.kaltura.org

Thank you in advance,