hi folks, how to set the ios target version for a ...
# ios
m
hi folks, how to set the ios target version for a KMM project? I can't find up to date information. I want to compile a shared submodule with swift files and it complains about some of the classes I'm using.
p
Are you using a certain Swift to kotlin Gradle Plugin or so? As far as I know
.swift
files in a KMP module are ignored. I wish I was outdated on this one, would be extremely convenient.
m
Indeed I am
I'm starting to feel I should learn kotlin/native instead and run everything through cinterop
minIos seems to be the property, for anybody else using swiftKLib
👍 2