Andrew Reed
Andrew Reed
Hi, I have a translucent tab bar, but i noticed that the calculations dont take this into account, its seen as the full content size, but really it should deduct...
Hi, Im using Kotlin MP, but i noticed that i cannot get the Android constructor in the build.gradle.kts to work. It doesnt seem to detect the right source sets and...
When a serializable data class inherits an interface or a sealed interface and we cast to the interface first then we get different results per platform. **To Reproduce** [Attach a...
The previous way wouldn't allow for the ios tests to run in the common project, this way allows the running of ios tests via the simulator.
Hi Paul, I'm having a little trouble in adding an observer which is called upon All network requests made by a Siesta service object. `service.resource("*").addObserver(self)` Where self is adopting the...
**Describe the bug** When using the new memory model from Kotlin, i am getting the following error ``` kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen me.andrewreed.BrokenViewModel@2cdc340 ``` **To Reproduce** 1. Checkout https://github.com/Reedyuk/MutabilityIssue...
Fixes #60 Need to fix android example so it works with IR.
TODO - the android example crashes alot, should move away from anko and use the default google way.
Building project locally fails java.lang.AssertionError: symbolic reference class is not accessible
Following the instructions to build locally on a Mac M1 chip: ``` brew install swig git submodule update --init --recursive cd packages ./gradlew assemble ``` ``` > Task :buildSrc:buildSrc:compileKotlin Compilation...