John O'Reilly
11/12/2024, 11:51 AMinitKoin
function being invoked from iOS code, to pass in an instance of a Swift class that becomes part of the koin object graph? Perhaps not a factor here but that Swift class implements a Kotlin interface in the scenario I have in mind.Pedro Alberto
11/12/2024, 12:10 PMcurioustechizen
11/12/2024, 12:14 PMsingle <FooInterface> { objectPassedInFromSwift }
John O'Reilly
11/12/2024, 12:15 PMJohn O'Reilly
11/12/2024, 12:15 PMJohn O'Reilly
11/12/2024, 12:16 PMcurioustechizen
11/12/2024, 12:18 PMmodule{}
management and perhaps some expect/actuals (to make sure the JVM/Android/whatever other platform gets a suitable implementation as well)Pedro Alberto
11/12/2024, 12:48 PMPedro Alberto
11/12/2024, 12:50 PM