File tree Expand file tree Collapse file tree 6 files changed +14
-13
lines changed Expand file tree Collapse file tree 6 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
36
36
targetCompatibility = JavaVersion .VERSION_1_8
37
37
}
38
38
composeOptions {
39
- kotlinCompilerExtensionVersion = " 1.3.2 "
39
+ kotlinCompilerExtensionVersion = " 1.4.0 "
40
40
}
41
41
}
42
42
@@ -46,7 +46,7 @@ dependencies {
46
46
implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1" )
47
47
implementation(" androidx.activity:activity-compose:1.6.1" )
48
48
49
- implementation(platform(" androidx.compose:compose-bom:2022.10 .00" ))
49
+ implementation(platform(" androidx.compose:compose-bom:2023.01 .00" ))
50
50
debugImplementation(" androidx.compose.ui:ui-tooling" )
51
51
implementation(" androidx.compose.ui:ui-tooling-preview" )
52
52
implementation(" androidx.compose.material:material" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
mavenCentral()
21
21
}
22
22
dependencies {
23
- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20 " )
23
+ classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 " )
24
24
classpath(" com.android.tools.build:gradle:7.3.0" )
25
25
}
26
26
}
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ android.useAndroidX=true
9
9
10
10
# MPP
11
11
kotlin.mpp.enableCInteropCommonization =true
12
+ kotlin.mpp.androidSourceSetLayoutVersion =2
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ target 'iosApp' do
2
2
use_frameworks!
3
3
platform :ios , '14.1'
4
4
pod 'shared' , :path => '../shared'
5
- pod 'KMPNativeCoroutinesAsync' , '0.13.0 '
5
+ pod 'KMPNativeCoroutinesAsync' , '0.13.3 '
6
6
end
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - KMPNativeCoroutinesAsync (0.13.0 ):
3
- - KMPNativeCoroutinesCore (= 0.13.0 )
4
- - KMPNativeCoroutinesCore (0.13.0 )
2
+ - KMPNativeCoroutinesAsync (0.13.3 ):
3
+ - KMPNativeCoroutinesCore (= 0.13.3 )
4
+ - KMPNativeCoroutinesCore (0.13.3 )
5
5
- shared (1.0)
6
6
7
7
DEPENDENCIES:
8
- - KMPNativeCoroutinesAsync (= 0.13.0 )
8
+ - KMPNativeCoroutinesAsync (= 0.13.3 )
9
9
- shared (from `../shared`)
10
10
11
11
SPEC REPOS:
@@ -18,10 +18,10 @@ EXTERNAL SOURCES:
18
18
:path: "../shared"
19
19
20
20
SPEC CHECKSUMS:
21
- KMPNativeCoroutinesAsync: 88f10d799cd3a0b3575140ef7dd231adec2bdf6b
22
- KMPNativeCoroutinesCore: c8dc675c106e7a5e5387955bee6f94f7d72ea99f
21
+ KMPNativeCoroutinesAsync: 0fb5f7258e7b2bae50f03614a134bbbbfa3343ab
22
+ KMPNativeCoroutinesCore: 53c5b81bf7b74c556ce595931b3cdde87d6b2e45
23
23
shared: d3e936b2c1df570cf43bf984e725cd24b68be937
24
24
25
- PODFILE CHECKSUM: 0267b88966d5fd74a845b73a21f300d280c05ef9
25
+ PODFILE CHECKSUM: 20cbc8f6d669e90d09748fe15772591883d512bb
26
26
27
27
COCOAPODS: 1.11.3
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
17
17
kotlin(" multiplatform" )
18
18
kotlin(" native.cocoapods" )
19
19
id(" com.android.library" )
20
- id(" com.rickclephas.kmp.nativecoroutines" ) version " 0.13.1 "
20
+ id(" com.rickclephas.kmp.nativecoroutines" ) version " 0.13.3 "
21
21
}
22
22
23
23
version = " 1.0"
@@ -53,7 +53,7 @@ kotlin {
53
53
}
54
54
}
55
55
val androidMain by getting
56
- val androidTest by getting
56
+ val androidUnitTest by getting
57
57
val iosX64Main by getting
58
58
val iosArm64Main by getting
59
59
val iosSimulatorArm64Main by getting
You can’t perform that action at this time.
0 commit comments