Hi there, Quick Question. Does SKIE work its magic...
# touchlab-tools
k
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
SKIE should enhance any exposed declarations. Can you doublecheck the generated declarations are public and visible from Swift?
k
Pretty sure the generated declaration are public and visible from Swift. But will double check again tomorrow.