diff --git a/_posts/2024-06-26-084-system-initiative.md b/_posts/2024-06-26-084-system-initiative.md
index 35daeddc..ea8822c0 100644
--- a/_posts/2024-06-26-084-system-initiative.md
+++ b/_posts/2024-06-26-084-system-initiative.md
@@ -25,7 +25,7 @@ podcast_duration: "47:55"
podcast_length: 18914142
---
-
+
Today we talk about a completely new topic: DevOps and System configuration. I'm really excited to have on stage [**Adam Jacob**](https://twitter.com/adamhjk), CEO and Co-founder of [**System Initiative**](https://www.systeminit.com/).
diff --git a/_posts/2024-07-10-085-kotlin-multiplatform-at-google-io.md b/_posts/2024-07-10-085-kotlin-multiplatform-at-google-io.md
new file mode 100644
index 00000000..1af94e84
--- /dev/null
+++ b/_posts/2024-07-10-085-kotlin-multiplatform-at-google-io.md
@@ -0,0 +1,84 @@
+---
+title: "#85 - Kotlin Multiplatform at Google I/O with Marcello Galhardo"
+excerpt: "Amazing announcements about Kotlin Multiplatform at Google I/O 2024"
+author_profile: true
+
+description: "Amazing announcements about Kotlin Multiplatform at Google I/O 2024"
+
+header:
+ teaser: "/assets/images/header-single-episode.png"
+ overlay_image: "/assets/images/header-single-episode.png"
+ show_overlay_excerpt: false
+ overlay_filter: "0.6"
+ og_image: "/assets/images/episodes/85-cover.png"
+
+date: 2024-07-10
+permalink: /85/
+redirect_from:
+ - /85/kotlin-multiplatform/
+ - /85/kotlin-multiplatform-with-marcello-galhardo/
+
+podcast_image: "/assets/images/episodes/85-cover.png"
+podcast_episode_number: 85
+podcast_link: https://dts.podtrac.com/redirect.m4a/hosting.thebakery.dev/85-thedevelopersbakery-kmp.m4a
+podcast_duration: "27:54"
+podcast_length: 11341007
+---
+
+
+
+![io connect photo](/assets/images/posts/ioconnect24.jpg)
+
+Welcome to a special **in-person episode** of The Developers' Bakery, recorded live in **Berlin** at Google I/O Connect 2024!
+
+There, I had the privilege of having on stage [**Marcello Galhardo**](https://twitter.com/marcellogalhard), Software Engineer at Google. Marcello is working in the AndroidX team responsible for adding Kotlin Multiplatform support for several popular AndroidX libraries.
+
+If you're an Android Developer, you probably used one of those libraries in your projects, such as Lifecycle or Room. Marcello is going to walk us through the latest announcements about Kotlin Multiplatform at Google I/O, and how they're going to impact the way we build Android apps.
+
+Enjoy the show 👨🍳
+
+# Show Notes
+
+- **00.00** Intro
+- **00.50** Episode Start
+- **01.37** Marcelo's Introduction
+- **02.18** What is Kotlin Multiplatform?
+- **03.11** KMP @ Google IO
+- **04.00** KMP announcement excitement
+- **05.32** Convince us to use KMP for a new app
+- **07.20** KMP support in AndroidX libraries
+- **08.29** Migrating from Android to KMP
+- **09.02** Which library has you contributed to?
+- **09.27** Which library was the hardest to KMP migrate?
+- **10.28** How many developers are involved in KMP compatibility?
+- **11.28** alpha and versioning for AndroidX libraries
+- **12.57** Where is the AndroidX source code?
+- **13.42** KMP compatible vs KMP supported
+- **15.19** Google's stance on cross-platform
+- **16.59** How is Google is using KMP?
+- **17.53** Marcello's journey
+- **18.19** Foldable devices and large screens
+- **20.17** Which IDE to use for KMP?
+- **22.25** AI and KMP
+- **25.49** Further reading
+- **26.42** Where people can find you online?
+
+# Resources
+
+- [Kotlin Multiplafrom Mobile Overview](https://developer.android.com/kotlin/multiplatform)
+- Mentioned Resources:
+ - [Android Support for KMP Announcement](https://android-developers.googleblog.com/2024/05/android-support-for-kotlin-multiplatform-to-share-business-logic-across-mobile-web-server-desktop.html)
+ - [Making development across platforms easier for developers](https://developers.googleblog.com/en/making-development-across-platforms-easier-for-developers/)
+ - Kotlin Multiplatform in Google Workspace by Jason Parachoniak - [Video from KotlinConf](https://kotlinconf.com/talks/581520/)
+- [@marcellogalhardo on GitHub](https://github.com/marcellogalhardo)
+- [@marcellogalhard on Twitter](https://twitter.com/marcellogalhard)
+- [Marcello's Website](https://marcellogalhardo.dev/)
+
+# Show links
+
+- [Podcast Website](https://thebakery.dev)
+- [The Developers' Bakery on Spotify](https://open.spotify.com/show/4jV6Yoz7D38sZJlYMzJm3k?si=AL3ske_0R_CKlEScMhYhug)
+- [The Developers' Bakery on Apple Podcasts](https://podcasts.apple.com/us/podcast/the-developers-bakery/id1542849034)
+- [The Developers' Bakery on Google Podcasts](https://podcasts.google.com/feed/aHR0cHM6Ly90aGViYWtlcnkuZGV2L3BvZGNhc3QueG1s)
+- [@thebakerydev on Twitter](https://twitter.com/thebakerydev)
+- [@cortinico on Twitter](https://twitter.com/cortinico)
diff --git a/assets/images/episodes/85-cover.png b/assets/images/episodes/85-cover.png
new file mode 100644
index 00000000..65008f6b
Binary files /dev/null and b/assets/images/episodes/85-cover.png differ
diff --git a/assets/images/posts/ioconnect24.jpg b/assets/images/posts/ioconnect24.jpg
new file mode 100644
index 00000000..8e2054f6
Binary files /dev/null and b/assets/images/posts/ioconnect24.jpg differ