Alex Acosta

Results 7 comments of Alex Acosta

I am facing the same issue, using Ktor 2.1.0 I have: ``` val jsonObject: JsonObject = response?.body() ``` Running serialization with 1.4.0 throws exception, downgrading to 1.3.3 works as expected.

Set the label attribute to your MainActivity in your Manifest, that should fix it.

Still happening with: - Jenkins Artifactory plugin version: 3.13.1 - Artifactory Version: 4.24.18 - Gradle: 7.0.1

This is what I have: `horizontalBarChart = findViewById(R.id.horizontalBar); horizontalBarChart.setMarker(new CustomMarkerView(this, R.layout.custom_marker_view_layout)); List entries = new ArrayList(); entries.add(new BarEntry(0f, -30f)); entries.add(new BarEntry(1f, -80f)); entries.add(new BarEntry(2f, -60f)); entries.add(new BarEntry(3f, -50f)); // gap...

Hey, I have the same issue but I believe you won't be able to get a fix in this repo. You can refer to this one instead: https://github.com/luca992/multiplatform-swiftpackage/issues

I am facing a huge memory leak in iOS also when doing `Json.encodeToString(Data(4))`. I have an object class with a method that does manipulate JsonObjects. As soon as it gets...

Thanks for the update, if anything helps, I was sending a big String to be serialized to a JsonElement (JsonObject). Many items were sent as such, making memory to go...