From e7bcb6430c58b4341122b1b691ed83514139658d Mon Sep 17 00:00:00 2001 From: chippmann Date: Fri, 23 Aug 2024 08:53:39 +0200 Subject: [PATCH] Update docs --- docs/src/doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/doc/index.md b/docs/src/doc/index.md index 0859c8c920..85762bce52 100644 --- a/docs/src/doc/index.md +++ b/docs/src/doc/index.md @@ -43,7 +43,7 @@ The main language supported is Kotlin. We do however support Java experimentally This module relies on a Kotlin *compiler plugin* for registering your classes and members to Godot. As the compiler API from Kotlin is not stable yet, at the moment we can only support specific Kotlin version per release. -The current latest release is compatible with Kotlin version `2.0.10`. +The current latest release is compatible with Kotlin version `2.0.20`. !!! info It is possible to use this module with other Kotlin versions as well but we do not provide any guarantees for it. You find more infos in the [Gradle Plugin configuration](user-guide/advanced/gradle-plugin-configuration.md#disable-build-failure-on-kotlin-version-mismatch) section.