Gabriel Machado
Gabriel Machado
@gagandeep3458 Thank you. I have enhanced your solution to handle any combination of screens: ``` val allScreens = RallyScreen.values().toList() val selectedScreen = allScreens.random() //pick a random screen name val anotherScreen...
i solved this problem just removing the "random" inside the requirements.txt just edit the text and remove it
Hi @Jaehwa-Noh, thank you for your reply. I agree that using `kotlin("test")` is clean enough. Just to provide another perspective, I suggested adding the library to the version catalog to...