The Daily Kotlin
1.61K subscribers
53 photos
1 video
1 file
494 links
Kotlin Chats in Telegram:
RU https://kug.community/
EN https://kug.community/en

Kotlin news and tips
Download Telegram
📣 Kotlin Libraries Author Survey

Hi everyone!
We would like to improve the experience of Kotlin library authors, and now are conducting research to decide which areas to prioritize.
If you’ve worked on your own library or plan to create one, please share your feedback with us by taking this survey
🥁 Kotlin 2021 Premier Online Event

The Kotlin event of the year – big announcements and future Kotlin plans!

Oct 19 – Nov 6

14:00 – 17:00 GMT
16:00 – 19:00 CEST
10:00 – 13:00 EDT

Visit the link to see the agenda, learn about activities and register!
📣 Kotlin Scripting Survey

Do you write Kotlin scripts or use REPL? Please share your experience with the Kotlin Team and tell them about your use cases! By doing so, you will help to improve Scripting APIs and bring them closer to stabilization.
Нестандартный кейс для этого канала, про организацию из Новосибирска и кошки названой в честь нашего любимого языка

Forwarded from @Juli_Winner

Ребят, привет!
Надеюсь, не нарушаю правил - решила помочь ребятам сама и, возможно, найти единомышленников тут.

Есть котёнок, девочка. Зовут Котлин :)))

И у неё вирусный перитонит, лечить который очень дорого - от 200 до 400 тыс, чтобы попробовать спасти одну кото-жизнь.

Вдруг кто-то из вас загорится желанием помочь малышке с крутым именем 🙂

Она правда очаровашка!

Вот пост от БФ варежка
https://www.instagram.com/p/CUG83kEDI47/?utm_medium=copy_link

Всем хорошего настроения и здоровых котиков 🤍
Releases this week:

1️⃣ Kotlin 1.5.31

Bug-fix release, no new features

Changelog

2️⃣ Kotlinx.Serialization 1.3.0

- Kotlin 1.5.31
- Stable JsonConfiguration, SerialFormat, StringFormat, BinaryFormat
- Experimental Stream-based JSON serialization
- Property-level control over defaults values encoding
- Excluding null values from JSON serialization
- Per-hierarchy polymorphic class discriminators
- module-info.class for JVM
- Native targets for Apple Silicon

Changelog

3️⃣ Kotlin 1.6.0-M1

- Support for repeatable annotations with the runtime retention
- New experimental Kotlin/Native memory manager
- Top-level readln() function in common stdlib

Changelog
🤮1
IntelliJ IDEA 2021.3 EAP 4 brings new feature: Remote Development

1. Install JetBrains Gateway – Launcher for JetBrains Client (Code With ME Guest currently)
2. Run JetBrains Gateway
3. Connect to SSH
4. Gateway will install headless IDE (Intellij Idea/Goland) on server and start JetBrains Client (Code With Me)
5. Profit!

I’ve tried it on Digitalocean 40$/Month droplet and it’s too slow.
👍1🤮1
👎1🤮1
🎉🎉🎉 Kotlin 1.6.0 Released!

- Sealed (exhaustive) when statements
- Suspending functions as supertypes
- Suspend conversions
- Improved type inference for recursive generic types
- Builder inference improvements
- … and more!
🤮1