Hey! is there a way to force CMP/KMM to regenerate...
# compose-ios
m
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
Search the gradle tasks for
interop
, I imagine it's one of them
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
@Garret Yoder Thanks Garrett, i‘ll test it tomorrow and reply here!