-
I was looking for a DI lib working with KMM and found this one very attractive with the "no boilerplate" policy. Making me think about the awesome service locator get_it for Flutter where everything c…
-
I've followed this tutorial to build a KMM app. Everything works fine when the app is running on the local server but the POST method returns Error 403 when deployed on Heroku. This is the function on…
-
I believe this is not mentioned in the video after the dependencies set up but `kotlinCompilerExtensionVersion` in the Android app's gradle file has the version hardcoded, so you need to replace that …
-
val viewmodel: MyViewModel= getViewModel(
key = MyViewModel::class.getFullName(),
factory = viewModelFactory { MyViewModel(userDataRepository) }
Is it possible to koinInject??
-
### **Summary**
There are new RHEL 9.2 based GPU drivers to provision Intel GPU Flex and Max Series. Good news: the new drivers now do not have an incompatibility with ast driver. On RHEL 8.6 based O…
-
I am interested in KMM,can you explain the example in your code?And say something about where is the Theorem which map your code in the reference?Thank you very much!
-
When i'm try run ios app i'm get crash with this error:
```
> Task :mpp-library:linkPodDebugFrameworkIosSimulatorArm64
warning: Cannot infer a bundle ID from packages of source files and exported d…
ExNDY updated
4 months ago
-
I'm facing an issue when tried to do any logging in JS in a KMM project.
I'm using the latest **0.16** version of canard, see excerpt from the build.gradle.kts
```
val commonMain by getting {
…
-
To use the library in Android projects, 'android()' platform support must be enabled. To do so, it need to apply Android Gradle Plugin for the configuration phase, apply android library plugin `com.an…
-
KMM Info:
Version: 1.0-4
Args:
StartDir: D:\COSAS\
Process Level: Administrator
Game: Unnamed Game
Exception:
Type: NullReferenceException
Message: Object refere…