0.12.0
- Kotlin 2.0.21
https://github.com/Kotlin/kotlinx.html/releases/tag/0.12.0
Are you a Kotlin enthusiast looking to stay updated on all the latest news and tips related to this popular programming language? Look no further than 'The Daily Kotlin' Telegram channel! Run by the knowledgeable @HeapyHop, this channel provides daily doses of Kotlin chats, news, and valuable tips to help you enhance your coding skills.
Whether you are a seasoned Kotlin developer or just starting out, 'The Daily Kotlin' is the perfect place to connect with like-minded individuals and stay informed about the latest trends in the Kotlin community. With links to both Russian and English Kotlin communities, this channel offers a global platform for Kotlin enthusiasts to engage and learn from each other.
Join 'The Daily Kotlin' channel today and experience the power of community-driven learning. Stay ahead of the curve with the latest updates, resources, and discussions on all things Kotlin. Don't miss out on this opportunity to expand your knowledge and connect with fellow Kotlin developers around the world. Subscribe now and be a part of the vibrant Kotlin community on Telegram!
15 Jan, 12:58
0.12.0
09 Jan, 14:12
2.1.10-RC
20 Dec, 07:33
2.1.20-Beta1
-Xcontext-parameters
, but there is no IDE support (K2 Mode) in the current stable version of IntelliJ IDEA.
context(userContext: UserContext)
fun testUserInfo() {
println("Hello, world! I'm ${userContext.user.id}!")
}
17 Dec, 20:41
13 Dec, 21:27
09 Dec, 09:39
09 Dec, 08:54
18 Nov, 17:10
kotlin-gradle-plugin-api
is set to become the official API for the Kotlin Gradle Plugin.05 Nov, 15:33
29 Oct, 20:51
28 Oct, 20:47
24 Oct, 12:26
22 Oct, 08:26
2.1.0-Beta2
(click to copy version to test it)@SubclassOptInRequired
- to require opt-in from library clients when implementing interface/extending classwhen
with a subjectbreak
and continue
$
in string literals.10 Oct, 19:35
10 Oct, 11:41
25 Sep, 13:12
17 Sep, 19:40
2.1.0-Beta1
(click to copy version to test it)17 Sep, 04:23
12 Sep, 14:25
06 Sep, 16:24
28 Aug, 17:18
22 Aug, 17:25
13 Aug, 06:02
CONTEXT_RECEIVERS_DEPRECATED
, with -Werror
we have to manually suppress it for each filefreeCompilerArgs.add("-Xsuppress-warning=CONTEXT_RECEIVERS_DEPRECATED”)
09 Aug, 08:30
06 Aug, 22:24
31 Jul, 12:04