Platform (jvm, js, android): all
Extension (none, kotlin 1.3, jdk8): none and all
The new infix API (infix-en_GB) needs bundles as well so that one can depend on a single dependency. We want three bundles (not mentioning the platform variations, they should be set up automatically):
Following the things you need to do:
assertThat(1).toBe(1) to assertThat(1) toBe 1) I'll work on this if you would like to take this issue over.Hey I'm interested to work on this issue. Can you please provide more details that would be very helpful thank you
@yiss what do you not understand from the description?
@robstoll Thanks for your prompt response. I just want to make sure that what is in my mind is what is actually requested.
So basiclly the issue is to
atrium-fluent-en_GB-* to atrium-infix-en_GB-*fluent-en_GB to infix-en_GBin the settings.gradle (not setting.xml as mentioned in the issue)Right ?
Not quite, the request is to duplicate bundles/atrium-fluent-en_GB-* and rename the duplicate to atrium-infix-en_GB-*
@robstoll Thank you. I'll start working on it
@robstoll I have a question. To use the infix api which import should I use :
assertThat(1).toBe(1) to assertThat(1) toBe 1 does't work and I don't know which import to use. Can you help please, Thank youAh... this does not work yet (requires #223). Please comment it out and add a TODO #233 uncomment once toBe is implemented
@robstoll Hey I just pushed my modification to my branch https://github.com/yiss/atrium can you please check and tell me if it's correct. Also I have a problem when running the tests with gradle I get some errors, but when I run it with Intellij there are no errors
Could you please create a pull request, makes it easier for me to review
@robstoll I made a pull request #243
@yiss unassigned you so that others can take over