tudor.prodan
03/06/2018, 3:42 PMOMGHTTPURLRQ
library in a iOS app written in Kotlin/Native, but my app crashes because "OMGHTTPURLRQ class was not found" (log from Xcode).
Also, CLion does not see the OMGHTTPURLRQ
class or import libs.*
statement.
./gradlew compileKonan
works with no errors.
This is how I try to use it:
https://github.com/radiKal07/KotlinGithubTop10/blob/master/ios/src/main/kotlin/GithubService.kt
Does anybody know what I am doing wrong ? It is basically the same code from kotlinconf-app.olonho
03/06/2018, 3:48 PMtudor.prodan
03/06/2018, 3:49 PMtudor.prodan
03/06/2018, 3:51 PM