arkivanov / Essenty

The most essential libraries for Kotlin Multiplatform development
Apache License 2.0
482 stars 15 forks source link

Following dependencies exported in the debugFramework binary are not specified as API-dependencies of a corresponding source set: #107

Closed savan-ixfi closed 11 months ago

arkivanov commented 1 year ago

As the error says, make sure you specify com.arkivanov.essenty:lifecycle dependency as api, not implementation. Also, please make sure you are using the same version of Essenty as used by Decompose. You can check the version of Essenty in the corresponding Decompose release notes.

arkivanov commented 11 months ago

Closing this for now. Feel free to reopen if there are any issues.