Ayfri
06/29/2022, 8:43 PMorg.jetbrains.kotlin-wrappers:kotlin-js
and io.github.turansky.seskar:seskar-core:
, Idea is completely fine with it, but when I run tests, it can't find anything from these, my dependencies are set like this
api("io.github.turansky.seskar:seskar-core:${Versions.seskar}")
api("org.jetbrains.kotlin-wrappers:kotlin-js:${Versions.kotlinWrappers}")
testImplementation(kotlin("test-js", Versions.kotlin))
And Versions
is an object with const val
string properties defining the versions and is defined in my buildSrc
module.turansky
06/29/2022, 9:50 PM./gradlew --stop
./gradlew clean
?andylamax
06/29/2022, 10:27 PMturansky
06/29/2022, 10:39 PMribesg
06/30/2022, 12:25 PMAyfri
06/30/2022, 5:29 PM