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 {
2626}
2727
2828dependencies {
29- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
29+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
3030
3131 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 " )
3434 api(projectOrArtifact(" :activity:activity-ktx" ))
35- api(" androidx.compose.ui:ui:1.0.0-rc02 " )
35+ api(" androidx.compose.ui:ui:1.0.1 " )
3636
3737 androidTestImplementation projectOrArtifact(" :compose:ui:ui-test-junit4" )
3838 androidTestImplementation projectOrArtifact(" :compose:material:material" )
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ plugins {
2525}
2626
2727dependencies {
28- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
28+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
2929 implementation(libs. kotlinStdlib)
3030
3131 compileOnly projectOrArtifact(" :annotation:annotation-sampled" )
32- implementation " androidx.compose.foundation:foundation:1.0.0-rc02 "
32+ implementation " androidx.compose.foundation:foundation:1.0.1 "
3333 implementation projectOrArtifact(" :activity:activity-compose" )
3434 implementation projectOrArtifact(" :activity:activity-ktx" )
35- implementation " androidx.compose.material:material:1.0.0-rc02 "
35+ implementation " androidx.compose.material:material:1.0.1 "
3636}
3737
3838androidx {
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ android {
3535}
3636
3737dependencies {
38- kotlinPlugin(project( " : compose: compiler:compiler" ) )
38+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
3939
4040 implementation(libs. kotlinStdlib)
4141 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 " )
4444 api(" androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07" )
4545 api(projectOrArtifact(" :navigation:navigation-compose" ))
4646
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ plugins {
2727}
2828
2929dependencies {
30- kotlinPlugin(project( " : compose: compiler:compiler" ) )
30+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
3131 implementation(libs. kotlinStdlib)
3232
3333 compileOnly(projectOrArtifact(" :annotation:annotation-sampled" ))
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ plugins {
2727}
2828
2929dependencies {
30- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
30+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
3131
3232 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 "
3535
3636 implementation(libs. kotlinStdlib)
3737
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ plugins {
2626}
2727
2828dependencies {
29- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
29+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
3030 implementation(libs. kotlinStdlib)
3131 implementation projectOrArtifact(" :lifecycle:lifecycle-viewmodel-compose" )
3232}
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ plugins {
2626}
2727
2828dependencies {
29- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
29+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
3030
3131 implementation(libs. kotlinStdlib)
32- implementation(" androidx.compose.foundation:foundation-layout:1.0.0-rc02 " )
32+ implementation(" androidx.compose.foundation:foundation-layout:1.0.1 " )
3333 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 " )
3838 api(" androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07" )
3939 api(projectOrArtifact(" :navigation:navigation-runtime-ktx" ))
4040
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ plugins {
2525}
2626
2727dependencies {
28- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
28+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
2929 implementation(libs. kotlinStdlib)
3030
3131 compileOnly(projectOrArtifact(" :annotation:annotation-sampled" ))
32- implementation(" androidx.compose.foundation:foundation:1.0.0-rc02 " )
32+ implementation(" androidx.compose.foundation:foundation:1.0.1 " )
3333 implementation(projectOrArtifact(" :navigation:navigation-compose" ))
34- implementation(" androidx.compose.material:material:1.0.0-rc02 " )
34+ implementation(" androidx.compose.material:material:1.0.1 " )
3535}
3636
3737androidx {
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ plugins {
2828}
2929
3030dependencies {
31- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
31+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
3232
3333 implementation(libs. kotlinStdlib)
34- api(projectOrArtifact( " : compose: foundation:foundation" ) )
34+ api(" androidx. compose. foundation:foundation:1.0.1 " )
3535 api(" androidx.paging:paging-common:3.0.0" )
3636
3737 androidTestImplementation(projectOrArtifact(" :compose:ui:ui-test-junit4" ))
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ plugins {
2626}
2727
2828dependencies {
29- kotlinPlugin(projectOrArtifact( " : compose: compiler:compiler" ) )
29+ kotlinPlugin(" androidx. compose. compiler:compiler:1.0.1 " )
3030 implementation(libs. kotlinStdlib)
3131
3232 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 " )
3535 implementation(projectOrArtifact(" :paging:paging-compose" ))
3636}
3737
You can’t perform that action at this time.
0 commit comments