I’m learning Kotlin Multiplatform by doing a small app that will run on Andorid/IOS/Desktop. It shares all logic and UI.
I have an image in my home screen that looks like this like this:
But I want to disable the status bar so that I can use all of the available height to have something like this:
I have found a lot of information on how to do it for android, but I haven’t found anything that works for Multiplatform. Does anybody know how to do it?
Thanks in advance..
I have not found anything yet…