What's up? Is `QueueTestNetworkTransport` gonna be...
# apollo-kotlin
f
What's up? Is
QueueTestNetworkTransport
gonna be stable ?
b
👋 I think it should 🙂 At least I don't see a good reason why not. It hasn't changed for a while.
in the worst case scenario, if we remove it for some reason, it should be quite simple for you to copy the class to your project - it's all in one file of 165 lines.
f
Nice, it is just that I didn't
@OptIn(ApolloExperimental::class)
so I got a lot of warnings when running my unit test and I was wondering if I should add the annotation or not 😄
Looks like I can wait just a bit more
b
yeah it should be fairly safe to opt-in for this one 🙂