https://kotlinlang.org logo
#atrium
Title
# atrium
c

christophsturm

07/23/2018, 10:30 AM
right now idea suggests
ch.tutteli.atrium.verbs.assert.assert
and
ch.tutteli.atrium.verbs.assert
as autoimport for assert, the first of which is deprecated. is it possible to get a jar file that does not include the deprecated methods?
r

robstoll

07/23/2018, 1:35 PM
See migration guide in release notes of 0.7.0 You can switch from en_UK to en_GB
c

christophsturm

07/23/2018, 1:48 PM
testImplementation "ch.tutteli.atrium:atrium-cc-en_GB-robstoll:$atrium_version"
is what i use
r

robstoll

07/23/2018, 4:39 PM
Right, sorry... verbs are part of atrium-verbs and currently contain the deprecated bits. You cannot exclude them.
Yet, intellij should not suggest an import for a deprecated fun. I would file a bug
Please open an issue for Atrium in case you cannot fix your autoimport setting and I'll provide a separate jar in 0.8.0
4 Views