Hi there, Quick Question. Does SKIE work its magic on kotlin classes that are generated?
For context I have kotlin classes in commomMain and and SKIE seems to be working great.
But I also have some classes generated in the
build/generated/source/wire
and they don't seem to be working. (I am using wire to generate data models from protobuf for a multiplatform project)
t
Tadeas Kriz
06/25/2024, 3:02 AM
SKIE should enhance any exposed declarations. Can you doublecheck the generated declarations are public and visible from Swift?
k
Kaushik
06/25/2024, 6:38 AM
Pretty sure the generated declaration are public and visible from Swift. But will double check again tomorrow.