Sunil Kumar
05/17/2023, 3:57 AMerror: There are still 6 unbound symbols after generation of IR module <shared>:
Unbound public symbol IrSimpleFunctionPublicSymbolImpl:
before voyager, it was working fine.Alejandro Rios
05/17/2023, 4:10 AMSunil Kumar
05/17/2023, 4:51 AMerror: There are still 6 unbound symbols after generation of IR module <shared>:
Unbound public symbol IrSimpleFunctionPublicSymbolImpl: cafe.adriel.voyager.navigator.tab/Tab.icon.<get-icon>|-5764684600227404327[0]
Unbound public symbol IrSimpleFunctionPublicSymbolImpl: cafe.adriel.voyager.navigator.tab/Tab.options.<get-options>|7766868889533212780[0]
Unbound public symbol IrSimpleFunctionPublicSymbolImpl: cafe.adriel.voyager.navigator.tab/Tab.title.<get-title>|371973571756195065[0]
Unbound public symbol IrSimpleFunctionPublicSymbolImpl: androidx.compose.foundation.lazy/LazyListScope.item|-2398404341226065315[0]
Unbound public symbol IrSimpleFunctionPublicSymbolImpl: androidx.compose.foundation.lazy/LazyListScope.items|8564101490881923997[0]
Unbound public symbol IrSimpleFunctionPublicSymbolImpl: androidx.compose.foundation.lazy/LazyListScope.stickyHeader|431226128286809998[0]
This could happen if there are two libraries, where one library was compiled against the different version of the other library than the one currently used in the project. Please check that the project configuration is correct and has consistent versions of dependencies.
error: Compilation finished with errors
Joel Denke
05/17/2023, 7:00 AMJoel Denke
05/17/2023, 7:00 AMSunil Kumar
05/17/2023, 7:32 AMplugin-multiplatform-compose = "1.4.0"
coroutines = "1.6.4"
kotlin = "1.8.20"
kodein = "7.20.1"
koin = "3.2.2"
hilt = "2.44"
leakCanary = "2.8.1"
appCompat = "1.5.1"
lifecycle = "2.5.1"
composeCompiler = "1.4.6"
composeActivity = "1.6.1"
composeAnimation = "1.3.3"
composeFoundation = "1.3.1"
composeMaterial = "1.3.1"
composeRuntime = "1.3.3"
composeUI = "1.3.3"
for some compose libraries they are not using 1.4.0, but lower than that.Joel Denke
05/17/2023, 7:40 AMJoel Denke
05/17/2023, 7:42 AM