:rocket:MEET INSPEKTIFY :rocket: I had some free ...
# feed
b
🚀MEET INSPEKTIFY 🚀 I had some free time and decided to dive more into Kotlin Multiplatform development. I’ve created a library for checking network transaction data directly on your device where the app is running. Currently, there is only Android and iOS support. Check more about Inspektify in the next introduction article: https://blog.kotlin-academy.com/inspektify-kmp-network-inspection-library-fab58873cad6
🚀 2
s
What exactly is the reason it's not available for desktop? Because you use the shake gesture on iOS & Android? You could make that be an keyboard shortcut.
b
Yes, I am not very familiar with desktop development, that is why I supported mobile platforms first. I also hoped to get that kind of feedback for the desktop platform. Do you have any shortcuts in mind that could be used for such a purpose?
s
I guess a combination of CTRL or Alt together with an F-key is something common.
👍 1
s
Guess we both like inspecting Ktor's HTTP traffic, huh? 👀 By the way, checkout Inspektor - a multiplatform HTTP inspection library for Ktor 🔍. https://github.com/ShreyashKore/inspektor
This one doesn't support Ktor2; but it does support Desktop platforms.
s
Why not Ktor2? We are at the edge for Ktor3...
s
I expect multiplatform projects to start using Ktor3 since only Ktor3 supports WASM, so it will be easier for me to focus on single version. TBH I haven't tested it with Ktor2.. It might already be working? Will let u know.