From be3aae56d2c6905c84df475201c95db37e9b73aa Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Thu, 30 Sep 2021 17:47:22 +0300 Subject: [PATCH] Update README.md --- tutorials/Window_API_new/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorials/Window_API_new/README.md b/tutorials/Window_API_new/README.md index d4e927e45c..e04116a3fd 100644 --- a/tutorials/Window_API_new/README.md +++ b/tutorials/Window_API_new/README.md @@ -467,7 +467,6 @@ fun main() = application { } ``` - ## Swing interoperability Because Compose for Desktop uses Swing under the hood, it is possible to create a window using Swing directly: ```kotlin