Pablichjenkov
06/13/2024, 7:52 PMe: Unresolved reference 'bundle'.
The error happens right in this import:
import androidx.core.bundle.Bundle
---------------------------------------------- Update ----------------------------------------
(Solved):
It solved by explicitly adding the dependency in commonMain
implementation("org.jetbrains.androidx.core:core-bundle:1.0.0")