I have an existing android app and ios app but want to add some multiplatform views to experiment. My idea was to add skip frameworks on android project and then add the skip generated kotlin code of my view directly on my android app. the closest i find was travel-poster-app.
I thought if i can somehow add base skip frameworks i.e. SkipUI, SkipFoundation, SkipModel, SkipLib then i can directly put generated kotlin code into my existing android project. but when i try
Skip Export
it gives error no such module 'CoreGraphics' if my framework contains SkipUI. Can you help me with my use case?
I have an existing android app and ios app but want to add some multiplatform views to experiment. My idea was to add skip frameworks on android project and then add the skip generated kotlin code of my view directly on my android app. the closest i find was travel-poster-app.
I thought if i can somehow add base skip frameworks i.e. SkipUI, SkipFoundation, SkipModel, SkipLib then i can directly put generated kotlin code into my existing android project. but when i try
Skip Exportit gives error
no such module 'CoreGraphics'if my framework contains SkipUI. Can you help me with my use case?