Quick question I can't seem to find docs for:
Can an Apple "framework" (library built from Swift) be used by common code? Or is that only possible on Kotlin/Native targets?
p
Pablichjenkov
06/05/2025, 10:41 PM
You are right only in Apple targets. Common will provide an abstraction layer which is implemented in the target. Not just Apple targets but Android, all of them use the same principle.