Hey all 👋 I'm trying to publish a library from a Kotlin multiplatform module that can be consumed from an iOS project through SPM. I'm generating
.swift
files with a gradle plugin I created, but I'm not sure if it's possible to compile them and bundle them in a package that can be consumed from an iOS project