touchlab / KaMPKit

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform
https://touchlab.co/
Apache License 2.0
2.2k stars 199 forks source link

explicit kotlin test deps #237

Closed mrf7 closed 2 years ago

mrf7 commented 2 years ago

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 wf

Fix

Testing