Hey! is there a way to force CMP/KMM to regenerate the ComposeApp
h file
? I’m adding new Classes/Interfaces to Kotlin code, but the h file does not get updated, so I cannot access them via swift. Already did Clean/Rebuild in Android Studio multiple times.
g
Garret Yoder
04/11/2024, 8:19 PM
Search the gradle tasks for
interop
, I imagine it's one of them
Garret Yoder
04/11/2024, 8:20 PM
I don't recall which one specifically regenerates all the headers, but last time I ran into that same issue I just ran a bunch of them and it fixed it.
m
Max
04/12/2024, 7:36 PM
@Garret Yoder Thanks Garrett, i‘ll test it tomorrow and reply here!