Update README.md

This commit is contained in:
Igor Demin
2021-09-30 17:47:22 +03:00
committed by GitHub
parent ac8d34c648
commit be3aae56d2

View File

@@ -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