Closed mrf7 closed 2 years ago
Issue: From slack thread https://kotlinlang.slack.com/archives/C3PQML5NU/p1645716586447599
We were getting kotlin test dependencies transitively through koin-test which can be confusing for people using part of the gradle set up. This just adds the deps explicitly wf
koin-test
./gradlew :app:build
./gradlew :shared:build
xcodebuild -workspace ios/KaMPKitiOS.xcworkspace -scheme KaMPKitiOS -sdk iphoneos -configuration Debug build -destination name="iPhone 8"
Issue: From slack thread https://kotlinlang.slack.com/archives/C3PQML5NU/p1645716586447599
Summary
We were getting kotlin test dependencies transitively through
koin-test
which can be confusing for people using part of the gradle set up. This just adds the deps explicitly wfFix
Testing
./gradlew :app:build
./gradlew :shared:build
xcodebuild -workspace ios/KaMPKitiOS.xcworkspace -scheme KaMPKitiOS -sdk iphoneos -configuration Debug build -destination name="iPhone 8"