Browse Source

Fix typo in build instructions (#1719)

pull/1729/head
Aleksandr Veselov 2 years ago committed by GitHub
parent
commit
ac792fabb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/falling-balls-mpp/src/uikitMain/kotlin/main.uikit.kt

2
examples/falling-balls-mpp/src/uikitMain/kotlin/main.uikit.kt

@ -3,7 +3,7 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
*/
// Use `xcodegen` first, then `open ./SkikoSample.xcodeproj` and then Run button in XCode.
// Use `xcodegen` first, then `open ./ComposeFallingBalls.xcodeproj` and then Run button in XCode.
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.height

Loading…
Cancel
Save