Trey
06/02/2022, 6:52 PMrusshwolf
06/02/2022, 9:07 PMinit
as initializers, so the Kotlin compiler automatically adds a do
on the front of the function name. Arguably we should rename that function so it’s less confusing. KoinIosKt
is a prefix/namespace that is implicitly added to top-level functions in the file KoinIos.kt
. This is similar to the syntax you get with Java interop for top-level functions.Trey
06/03/2022, 2:58 PMHemant Gokhale
10/29/2022, 2:52 PMalloc
, new
, copy
, mutableCopy
as well as init
(Advanced Memory Management Programming Guide). It appears that the Kotlin compiler automatically adds the prefix do
to such function names. Can somebody knowledgeable confirm this?