Darren Bell
09/08/2019, 3:12 PMCannot access class 'ch.tutteli.atrium.domain.creating.throwable.thrown.ThrowableThrown.Builder'. Check your module classpath for missing or conflicting dependencies
I'm trying to use the 0.9.0-alpha version, my build.gradle.kts for test is quite simple:
js().compilations["test"].defaultSourceSet {
dependencies {
implementation( kotlin("test-js"))
implementation("ch.tutteli.atrium:atrium-fluent-en_GB-js:${LibraryVersions.atrium_version}")
}
}
Do you have any idea what this might be?
Thanksrobstoll
09/08/2019, 3:12 PMDarren Bell
09/08/2019, 3:13 PMrobstoll
09/08/2019, 3:14 PMDarren Bell
09/08/2019, 3:14 PMrobstoll
09/08/2019, 3:28 PMDarren Bell
09/08/2019, 3:41 PMrobstoll
09/08/2019, 3:47 PMapi
dependencies correctly when referenced as projects internally but does not when otherwise. Include the following in addition:
implementation("ch.tutteli.atrium:atrium-domain-api-js:${LibraryVersions.atrium_version}")
import ch.tutteli.atrium.fluent.en_GB.dependOnAtrium
@Suppress("unused")
private val establishDependencyToAtrium = dependOnAtrium()
Darren Bell
09/08/2019, 4:01 PMrobstoll
09/08/2019, 4:03 PMDarren Bell
09/08/2019, 4:39 PMrobstoll
09/08/2019, 4:43 PMDarren Bell
09/08/2019, 4:47 PMrobstoll
09/08/2019, 4:48 PMjsTest/kotlin
and it worked for meDarren Bell
09/08/2019, 4:59 PMrobstoll
09/08/2019, 4:59 PM