From fdd4e50929e93dbb1147aae099b082d8f07841a9 Mon Sep 17 00:00:00 2001 From: dima-avdeev-jb <99798741+dima-avdeev-jb@users.noreply.github.com> Date: Sat, 5 Mar 2022 14:31:55 +0300 Subject: [PATCH] little fix "iPad" quotes --- experimental/examples/minesweeper/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/examples/minesweeper/build.gradle.kts b/experimental/examples/minesweeper/build.gradle.kts index 0901912322..154d8584b0 100644 --- a/experimental/examples/minesweeper/build.gradle.kts +++ b/experimental/examples/minesweeper/build.gradle.kts @@ -161,7 +161,7 @@ compose.experimental { device = IOSDevices.IPHONE_8 buildConfiguration = "Debug" // or "Release" } - simulator("IPad) { + simulator("IPad") { //Usage: ./gradlew iosDeployIPad device = IOSDevices.IPAD_MINI_6th_Gen buildConfiguration = "Debug"