Hey small question, I am looking at KampKit curren...
# multiplatform
a
Hey small question, I am looking at KampKit currently for examples of how to do the build.gradle file in a cleaner way. So far its working great, the only issue I'm having is with tests. I see in Kamp Kit they are making use of import kotlin.test.Test in testing classes, however, when I build, this test package is not found. I'm wondering what its geting included as from the libs file If I include
Copy code
implementation(kotlin("test"))
In the commonTest in build.gradle, it works, but I don't see something like this being declared in kampkit
m
Have you seen the #kampkit-support channel? Might get better help there? Having said that, I think they're all here too 🙂
a
Oh missed that! Will post there too, thanks man
Seems much quieter over there haha
m
Yes, very much. But they do monitor it, I think.
a
Cool will see if I get any reply, cheers!
👍 1
a
Cheers Michael, replied over there 🙂