Adrian Witaszak
Adrian Witaszak
If you try to open it in Android Studio stable it gives you hundreds of errors. you need to open it in latest Android Studio Canary
Not working for me too. Tried Xcode 14 beta 3 on a new project. Any workaround for this?
When do you expect to release the tool?
the whole point of KMP is to do as much shared logic possible and less native code so not using Android ViewModel is very good approach in my opinion. Especially...
offsets["OBFUS_MGR_PTR_1"] = 0x1438B46D0 offsets["OBFUS_MGR_RET_1"] = 0x147E207B6 offsets["OBFUS_MGR_DEC_FUNC"] = 0x14161F880 offsets["OBJECTIVE_VTBL"] = 0x1437A7EF8
How did you do`Replacing the Map with kotlinx.serialization.json.JsonObject`? @PierreMardon
Here is the config i use: ```kotlin kotlin { sourceSets { commonMain { dependencies { ... } } all { kotlin.srcDir("build/generate-resources/main/src/$name/kotlin") } } } openApiGenerate { generatorName = "kotlin" packageName...
@volkert-fastned, I think I got this `skipOperationModel` from a previous post of @NDuering. I cannot see it in my configuration anymore, so it looks like I removed it after posing...