File tree Expand file tree Collapse file tree 5 files changed +0
-118
lines changed Expand file tree Collapse file tree 5 files changed +0
-118
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,6 @@ plugins {
8
8
id(" com.android.library" )
9
9
kotlin(" multiplatform" )
10
10
kotlin(" native.cocoapods" )
11
- id(" com.quittle.android-emulator" ) version " 0.2.0"
12
- }
13
-
14
- buildscript {
15
- repositories {
16
- google()
17
- }
18
- dependencies {
19
- classpath(" com.android.tools.build:gradle:3.6.1" )
20
- }
21
11
}
22
12
23
13
repositories {
@@ -49,18 +39,6 @@ android {
49
39
}
50
40
}
51
41
52
- // Optional configuration
53
- androidEmulator {
54
- emulator {
55
- name(" givlive_emulator" )
56
- sdkVersion(28 )
57
- abi(" x86_64" )
58
- includeGoogleApis(true ) // Defaults to false
59
- }
60
-
61
- headless(true ) // Defaults to false but should be set to true for most CI systems
62
- }
63
-
64
42
kotlin {
65
43
js {
66
44
val main by compilations.getting {
Original file line number Diff line number Diff line change @@ -9,18 +9,6 @@ plugins {
9
9
kotlin(" multiplatform" )
10
10
kotlin(" native.cocoapods" )
11
11
kotlin(" plugin.serialization" ) version " 1.3.71"
12
- id(" com.quittle.android-emulator" ) version " 0.2.0"
13
- }
14
-
15
- buildscript {
16
- repositories {
17
- jcenter()
18
- google()
19
- gradlePluginPortal()
20
- }
21
- dependencies {
22
- classpath(" com.android.tools.build:gradle:3.6.1" )
23
- }
24
12
}
25
13
26
14
android {
@@ -46,18 +34,6 @@ android {
46
34
}
47
35
}
48
36
49
- // Optional configuration
50
- androidEmulator {
51
- emulator {
52
- name(" givlive_emulator" )
53
- sdkVersion(28 )
54
- abi(" x86_64" )
55
- includeGoogleApis(true ) // Defaults to false
56
- }
57
-
58
- headless(true ) // Defaults to false but should be set to true for most CI systems
59
- }
60
-
61
37
kotlin {
62
38
js {
63
39
val main by compilations.getting {
Original file line number Diff line number Diff line change @@ -4,18 +4,6 @@ plugins {
4
4
id(" com.android.library" )
5
5
kotlin(" multiplatform" )
6
6
kotlin(" native.cocoapods" )
7
- id(" com.quittle.android-emulator" ) version " 0.2.0"
8
- }
9
-
10
- buildscript {
11
- repositories {
12
- jcenter()
13
- google()
14
- gradlePluginPortal()
15
- }
16
- dependencies {
17
- classpath(" com.android.tools.build:gradle:3.6.1" )
18
- }
19
7
}
20
8
21
9
android {
@@ -41,18 +29,6 @@ android {
41
29
}
42
30
}
43
31
44
- // Optional configuration
45
- androidEmulator {
46
- emulator {
47
- name(" givlive_emulator" )
48
- sdkVersion(28 )
49
- abi(" x86_64" )
50
- includeGoogleApis(true ) // Defaults to false
51
- }
52
-
53
- headless(true ) // Defaults to false but should be set to true for most CI systems
54
- }
55
-
56
32
kotlin {
57
33
js {
58
34
val main by compilations.getting {
Original file line number Diff line number Diff line change @@ -4,18 +4,6 @@ plugins {
4
4
id(" com.android.library" )
5
5
kotlin(" multiplatform" )
6
6
kotlin(" native.cocoapods" )
7
- id(" com.quittle.android-emulator" ) version " 0.2.0"
8
- }
9
-
10
- buildscript {
11
- repositories {
12
- jcenter()
13
- google()
14
- gradlePluginPortal()
15
- }
16
- dependencies {
17
- classpath(" com.android.tools.build:gradle:3.6.1" )
18
- }
19
7
}
20
8
21
9
android {
@@ -43,18 +31,6 @@ android {
43
31
}
44
32
}
45
33
46
- // Optional configuration
47
- androidEmulator {
48
- emulator {
49
- name(" givlive_emulator" )
50
- sdkVersion(28 )
51
- abi(" x86_64" )
52
- includeGoogleApis(true ) // Defaults to false
53
- }
54
-
55
- headless(true ) // Defaults to false but should be set to true for most CI systems
56
- }
57
-
58
34
kotlin {
59
35
js {
60
36
val main by compilations.getting {
Original file line number Diff line number Diff line change @@ -4,18 +4,6 @@ plugins {
4
4
id(" com.android.library" )
5
5
kotlin(" multiplatform" )
6
6
kotlin(" native.cocoapods" )
7
- id(" com.quittle.android-emulator" ) version " 0.2.0"
8
- }
9
-
10
- buildscript {
11
- repositories {
12
- jcenter()
13
- google()
14
- gradlePluginPortal()
15
- }
16
- dependencies {
17
- classpath(" com.android.tools.build:gradle:3.6.1" )
18
- }
19
7
}
20
8
21
9
android {
@@ -41,18 +29,6 @@ android {
41
29
}
42
30
}
43
31
44
- // Optional configuration
45
- androidEmulator {
46
- emulator {
47
- name(" givlive_emulator" )
48
- sdkVersion(28 )
49
- abi(" x86_64" )
50
- includeGoogleApis(true ) // Defaults to false
51
- }
52
-
53
- headless(true ) // Defaults to false but should be set to true for most CI systems
54
- }
55
-
56
32
kotlin {
57
33
js {
58
34
val main by compilations.getting {
You can’t perform that action at this time.
0 commit comments