Adam Brown
04/15/2023, 11:26 PMShowing Recent Issues
> Following dependencies exported in the debugFramework binary are not specified as API-dependencies of a corresponding source set:
Files: [/Users/adam/.gradle/caches/modules-2/files-2.1/com.arkivanov.essenty/lifecycle-iosx64/1.0.0/e8175a0fe419ad009b07e14ea991fe54d39be10d/lifecycle.klib]
Interesting, having this build issue for my ios target. Haven't built on here in a while, but I don't think I changed anything very related to this recently.Arkadii Ivanov
04/16/2023, 9:00 AMAdam Brown
04/17/2023, 1:44 AMShowing Recent Messages
File being compiled: /Users/runner/work/Decompose/Decompose/decompose/src/commonMain/kotlin/com/arkivanov/decompose/router/children/ChildrenFactory.kt
The root cause java.util.NoSuchElementException was thrown at: org.jetbrains.kotlin.backend.konan.lower.ObjectClassLowering.processObjectClass(ObjectClassLowering.kt:198)
Arkadii Ivanov
04/17/2023, 6:46 AMAdam Brown
04/18/2023, 2:26 AMArkadii Ivanov
04/18/2023, 7:40 AMsynchronized
, on Darwin - NSReentrantLock
I don't need other native targets yet, but there is POSIX mutex in case you need it. https://github.com/arkivanov/Decompose/blob/master/decompose/src/commonMain/kotlin/com/arkivanov/decompose/Lock.kt