Sebouh Aguehian
For both the application and tests you can set breakpoints and debug your code on iOS.
import kotlin.test.Test import kotlin.test.assertTrue class IosTest { @Test fun test() { assertTrue(false) // breakpoint here } }
Konstantin Tskhovrebov
Kris Wong
A modern programming language that makes developers happier.