File tree Expand file tree Collapse file tree 10 files changed +29
-29
lines changed
activity/activity-compose
hilt/hilt-navigation-compose
lifecycle/lifecycle-viewmodel-compose
navigation/navigation-compose Expand file tree Collapse file tree 10 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ plugins {
26
26
}
27
27
28
28
dependencies {
29
- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
29
+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
30
30
31
31
implementation(libs. kotlinStdlib)
32
- api(projectOrArtifact( " : compose: runtime:runtime" ) )
33
- api(projectOrArtifact( " : compose: runtime:runtime-saveable" ) )
32
+ api(" androidx. compose. runtime:runtime:1.0.1 " )
33
+ api(" androidx. compose. runtime:runtime-saveable:1.0.1 " )
34
34
api(projectOrArtifact(" :activity:activity-ktx" ))
35
- api(" androidx.compose.ui:ui:1.0.0-rc02 " )
35
+ api(" androidx.compose.ui:ui:1.0.1 " )
36
36
37
37
androidTestImplementation projectOrArtifact(" :compose:ui:ui-test-junit4" )
38
38
androidTestImplementation projectOrArtifact(" :compose:material:material" )
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ plugins {
25
25
}
26
26
27
27
dependencies {
28
- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
28
+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
29
29
implementation(libs. kotlinStdlib)
30
30
31
31
compileOnly projectOrArtifact(" :annotation:annotation-sampled" )
32
- implementation " androidx.compose.foundation:foundation:1.0.0-rc02 "
32
+ implementation " androidx.compose.foundation:foundation:1.0.1 "
33
33
implementation projectOrArtifact(" :activity:activity-compose" )
34
34
implementation projectOrArtifact(" :activity:activity-ktx" )
35
- implementation " androidx.compose.material:material:1.0.0-rc02 "
35
+ implementation " androidx.compose.material:material:1.0.1 "
36
36
}
37
37
38
38
androidx {
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ android {
35
35
}
36
36
37
37
dependencies {
38
- kotlinPlugin(project( " : compose: compiler:compiler" ) )
38
+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
39
39
40
40
implementation(libs. kotlinStdlib)
41
41
api(" androidx.hilt:hilt-navigation:1.0.0" )
42
- api(project( " : compose: runtime:runtime" ) )
43
- api(" androidx.compose.ui:ui:1.0.0-rc02 " )
42
+ api(" androidx. compose. runtime:runtime:1.0.1 " )
43
+ api(" androidx.compose.ui:ui:1.0.1 " )
44
44
api(" androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07" )
45
45
api(projectOrArtifact(" :navigation:navigation-compose" ))
46
46
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ plugins {
27
27
}
28
28
29
29
dependencies {
30
- kotlinPlugin(project( " : compose: compiler:compiler" ) )
30
+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
31
31
implementation(libs. kotlinStdlib)
32
32
33
33
compileOnly(projectOrArtifact(" :annotation:annotation-sampled" ))
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ plugins {
27
27
}
28
28
29
29
dependencies {
30
- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
30
+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
31
31
32
32
api " androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0"
33
- api(projectOrArtifact( " : compose: runtime:runtime" ) )
34
- api " androidx.compose.ui:ui:1.0.0-rc02 "
33
+ api(" androidx. compose. runtime:runtime:1.0.1 " )
34
+ api " androidx.compose.ui:ui:1.0.1 "
35
35
36
36
implementation(libs. kotlinStdlib)
37
37
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ plugins {
26
26
}
27
27
28
28
dependencies {
29
- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
29
+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
30
30
implementation(libs. kotlinStdlib)
31
31
implementation projectOrArtifact(" :lifecycle:lifecycle-viewmodel-compose" )
32
32
}
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ plugins {
26
26
}
27
27
28
28
dependencies {
29
- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
29
+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
30
30
31
31
implementation(libs. kotlinStdlib)
32
- implementation(" androidx.compose.foundation:foundation-layout:1.0.0-rc02 " )
32
+ implementation(" androidx.compose.foundation:foundation-layout:1.0.1 " )
33
33
api(" androidx.activity:activity-compose:1.3.0-rc02" )
34
- api(" androidx.compose.animation:animation:1.0.0-rc02 " )
35
- api(projectOrArtifact( " : compose: runtime:runtime" ) )
36
- api(projectOrArtifact( " : compose: runtime:runtime-saveable" ) )
37
- api(" androidx.compose.ui:ui:1.0.0-rc02 " )
34
+ api(" androidx.compose.animation:animation:1.0.1 " )
35
+ api(" androidx. compose. runtime:runtime:1.0.1 " )
36
+ api(" androidx. compose. runtime:runtime-saveable:1.0.1 " )
37
+ api(" androidx.compose.ui:ui:1.0.1 " )
38
38
api(" androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07" )
39
39
api(projectOrArtifact(" :navigation:navigation-runtime-ktx" ))
40
40
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ plugins {
25
25
}
26
26
27
27
dependencies {
28
- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
28
+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
29
29
implementation(libs. kotlinStdlib)
30
30
31
31
compileOnly(projectOrArtifact(" :annotation:annotation-sampled" ))
32
- implementation(" androidx.compose.foundation:foundation:1.0.0-rc02 " )
32
+ implementation(" androidx.compose.foundation:foundation:1.0.1 " )
33
33
implementation(projectOrArtifact(" :navigation:navigation-compose" ))
34
- implementation(" androidx.compose.material:material:1.0.0-rc02 " )
34
+ implementation(" androidx.compose.material:material:1.0.1 " )
35
35
}
36
36
37
37
androidx {
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ plugins {
28
28
}
29
29
30
30
dependencies {
31
- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
31
+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
32
32
33
33
implementation(libs. kotlinStdlib)
34
- api(projectOrArtifact( " : compose: foundation:foundation" ) )
34
+ api(" androidx. compose. foundation:foundation:1.0.1 " )
35
35
api(" androidx.paging:paging-common:3.0.0" )
36
36
37
37
androidTestImplementation(projectOrArtifact(" :compose:ui:ui-test-junit4" ))
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ plugins {
26
26
}
27
27
28
28
dependencies {
29
- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
29
+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
30
30
implementation(libs. kotlinStdlib)
31
31
32
32
compileOnly(projectOrArtifact(" :annotation:annotation-sampled" ))
33
- implementation(" androidx.compose.foundation:foundation:1.0.0-rc02 " )
34
- implementation(" androidx.compose.material:material:1.0.0-rc02 " )
33
+ implementation(" androidx.compose.foundation:foundation:1.0.1 " )
34
+ implementation(" androidx.compose.material:material:1.0.1 " )
35
35
implementation(projectOrArtifact(" :paging:paging-compose" ))
36
36
}
37
37
You can’t perform that action at this time.
0 commit comments