Hey. I get these two warnings when trying to add k...
# multiplatform
p
Hey. I get these two warnings when trying to add kotlin("test") library in commonTest sourceSet block (based on the KMM documentation page).
Copy code
Failed to resolve: org.jetbrains.kotlin:kotlin-test:1.7.20
The kotlin version is 1.7.20 and the AGP version is 7.3.1 Because of this, I am unable to run any test cases present inside the commonTest module. Do the versions have to be specified explicitly?