SrSouza
02/14/2023, 3:45 PMsealed class
, on my commonMain I have a public API function that will be called directly from Swift that uses sealed class type from this library, It looks like that Kotlin Native is only generating Header for the sealed class Type
and not it children classes.
This is a know issue? there is any workaround for this?Shubham Singh
02/14/2023, 3:47 PMSrSouza
02/14/2023, 3:51 PMShubham Singh
02/14/2023, 3:52 PMSrSouza
02/14/2023, 3:52 PMubuntudroid
02/14/2023, 4:27 PMSrSouza
02/14/2023, 4:40 PMsetModules
.
There is any task that can trigger the code generation? `assembleKmmXCFramework`is not triggering for memkrussel
02/14/2023, 4:54 PMSrSouza
02/14/2023, 4:58 PMmkrussel
02/14/2023, 5:02 PMSrSouza
02/14/2023, 5:10 PMHarold Martin
02/14/2023, 6:29 PMapi
in gradle?SrSouza
02/14/2023, 8:16 PMapi
is API