From 369bb11a7fb85d811535b1e6e39dcc9e6ef09fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 20 Nov 2023 17:47:41 +0100 Subject: [PATCH] using_kotlin.md: recommend using bundled library --- topics/tutorials/using_kotlin.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/tutorials/using_kotlin.md b/topics/tutorials/using_kotlin.md index 049505747..dc14d8a58 100644 --- a/topics/tutorials/using_kotlin.md +++ b/topics/tutorials/using_kotlin.md @@ -131,6 +131,8 @@ Please make sure it is not added via transitive dependencies either. ### Other Bundled Kotlin Libraries +In general, it is advised to always use the bundled library version. + Please see [Third-Party Software and Licenses](https://www.jetbrains.com/legal/third-party-software/). ### Incremental compilation