---
url: /bg/insights/topics/kotlin-multiplatform
title: "Kotlin Multiplatform — Siere Soft"
description: "Споделен код там, където си заслужава — и честни бележки от специфичните за всяка платформа ръбове."
language: bg
canonical: https://sieresoft.com/bg/insights/topics/kotlin-multiplatform
aeo_generated: 2026-09-04T20:10:12.016Z
---

[← Всички статии](/bg/insights)KMP
ТЕМИ

# Kotlin Multiplatform

Споделен код там, където си заслужава — и честни бележки от специфичните за всяка платформа ръбове.
02.09.2026 г.[Google sign-in for Kotlin/JVM desktop with Firebase](/bg/insights/kotlin-jvm-google-sign-in-firebase)
How Siere KMP Auth handles Google OAuth on Kotlin/JVM with the system browser, a loopback callback, PKCE and a real Firebase session.
Kotlin/JVMFirebase AuthOpen source9 мин четене
### Да поговорим?

hello@sieresoft.com · Отговаряме до един работен ден, обикновено по-бързо.
[Насрочете 30-минутен разговор →](/bg/contact)[или ни пишете](mailto:hello@sieresoft.com)

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "СИЕР СОФТ ООД",
  "legalName": "СИЕР СОФТ ООД",
  "url": "https://sieresoft.com",
  "logo": "https://sieresoft.com/icon",
  "email": "hello@sieresoft.com",
  "taxID": "206672583",
  "vatID": "BG206672583",
  "foundingDate": "2021-10-04",
  "founder": {
    "@type": "Person",
    "name": "Peter Manolov"
  },
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Mladost, bl. 24, entr. A, fl. 2, apt. 3",
    "addressLocality": "Montana",
    "postalCode": "3400",
    "addressCountry": "BG"
  },
  "sameAs": [
    "https://github.com/SiereSoft"
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "url": "https://sieresoft.com",
  "name": "Siere Soft",
  "inLanguage": "bg"
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Siere Soft",
      "item": "https://sieresoft.com/bg"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Статии",
      "item": "https://sieresoft.com/bg/insights"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "Kotlin Multiplatform",
      "item": "https://sieresoft.com/bg/insights/topics/kotlin-multiplatform"
    }
  ]
}
```

