aiidziis
04/12/2021, 2:53 PMmvikotlin:sample
application I had an assumption that tests are working on iOS as well. When cloning repository I found that tests are enabled only for android and js targets. What would it take to get the same tests running for iOS target as well?Arkadii Ivanov
04/12/2021, 2:54 PMaiidziis
04/12/2021, 2:55 PMArkadii Ivanov
04/12/2021, 2:56 PMaiidziis
04/12/2021, 2:57 PMArkadii Ivanov
04/12/2021, 3:07 PMaiidziis
04/12/2021, 3:07 PMArkadii Ivanov
04/12/2021, 3:09 PMtodo-coroutines
module has only Android and JS targets enabled.aiidziis
04/12/2021, 3:12 PMArkadii Ivanov
04/12/2021, 3:14 PMArkadii Ivanov
04/12/2021, 3:17 PMtodo-coroutines
module, it can no be even compiled against iOS currently. You can try enabling the iOS target here, but you will need to use native-mt
version of the coroutines.aiidziis
04/12/2021, 3:28 PMArkadii Ivanov
04/12/2021, 3:29 PM