napperley
05/02/2022, 9:22 PMephemient
05/02/2022, 9:46 PMnapperley
05/02/2022, 10:22 PMephemient
05/02/2022, 10:23 PMnapperley
05/02/2022, 10:24 PMnapperley
05/02/2022, 10:28 PMephemient
05/02/2022, 10:29 PMSebastian Sellmair [JB]
05/03/2022, 7:33 AMsvyatoslav.scherbina
05/03/2022, 7:52 AMcertain functionality is loaded on demand, without requiring all C libraries to be available on the target platform.Plugin loading system is not actually required for this.
cc @svyatoslav.scherbina might be interested in this idea!Which one?
napperley
05/03/2022, 11:31 PMsvyatoslav.scherbina
05/04/2022, 11:26 AMdlopen
.napperley
05/04/2022, 10:33 PMCPointer
) in the common module (was this introduced recently?), which is mind blowing and it isn't known how this would affect library loading (especially with third party C libraries). All of this of course is heading into uncharted territory 🛣️ .svyatoslav.scherbina
05/05/2022, 6:56 AMSome things were discovered recently like being able to use some platform/C types (egIf it is the source set common between Native targets, then I guess this is the result of the long-term Kotlin initiative “Hierarchical project structure”.) in the common module (was this introduced recently?)CPointer
which is mind blowing and it isn’t known how this would affect library loading (especially with third party C libraries).I don’t see how this would affect.