is there a way to decalre a dependency on a (grad...
# multiplatform
t
is there a way to decalre a dependency on a (gradle) platform like
Copy code
testImplementation(platform("io.kotest:kotest-bom:$kotestVersion"))
inside the source set depdency declaration of a (kotlin) multiplatform project?
e
you can work around it for JVM, but not other Kotlin platforms. https://youtrack.jetbrains.com/issue/KT-40489
t
thank you, th worked 🙂