Hello all! What is the way to setup CI/CD for a kotlin multiplatform project?
m
magnumrocha
04/27/2020, 3:30 PM
well, you have to setup your CI/CD like you setup a normal gradle project, except for each platform target you have to setup a different job
for iOS target, if you use the cocoapod gradle plugin, you have to set a task before the xcodebuild to generate the dummy framework before build your app: