indiehacking
My Journey as an Indie Hacker is beginning
Small piece of my life
indiehacking
Small piece of my life
kmm
I really can’t. The error that I documented here Youtrack. It seems the error is gone once we removed the following line from my gradle.properties: kotlin.native.cacheKind.iosX64=none That is it, it is a directive for the kotlin to C compiler to not use cache during
Development
I recently started changing the project’s API client from Retrofit to Ktor. And it’s been a delight. As a reference here’s the before and after code. class MoviesAPIService { private val API_KEY_MOVIEDB = "It's Mine You can't have it" private val
Apps
One awesome way to test APIs is Postman, but I just recently found out about another one that runs on the browser. Hoppscotch used to be called Postwoman. I’ve been trying to set up a simple mobile app using this The Movie Database api. I switched projects to test
kmm
So you are trying to code a Kotlin Multiplatform module. After setting up a build gradle file for the Android project with this new module, you are led to believe that you will: * Build on android. * Then run pod install to install this new precompiled module into an iOS project.