Mikhalev Ruslan

Results 7 comments of Mikhalev Ruslan

@janko-sokolovic I am using Kotlin SDK from Java. Is this option not suitable? For some reason it is written that it is for Android, I really do not understand why...

https://growthbookusers.slack.com/archives/C01T6PKD9C3/p1658388618004079

This is reproduced when two pacts are specified with the same provider. Any chance to fix this?

@SergeyPirogov @prashanth-sams I figured out, you should combine all provider methods in single pact ```java builder .uponReceiving("User request by phone") ... .uponReceiving("User request by email") ... .toPact()

@bpoweski @janko-sokolovic SDK for java was published by Growthbook team https://docs.growthbook.io/lib/java

Updating testcontainers from version 1.11.4 to version 1.12.0 fixed the same problem for me