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