File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
59
59
implementation project(' :code-samples:ARRetail' )
60
60
implementation project(' :code-samples:ARTesla' )
61
61
62
- implementation " org.jetbrains.kotlin:kotlin-stdlib:1.8.21 "
62
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:2.0.0 "
63
63
implementation " androidx.core:core-ktx:1.8.0"
64
64
}
65
65
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
49
49
implementation ' com.google.ar:core:1.41.0'
50
50
implementation ' com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7'
51
51
implementation " androidx.core:core-ktx:1.8.0"
52
- implementation " org.jetbrains.kotlin:kotlin-stdlib:1.8.21 "
52
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:2.0.0 "
53
53
}
54
54
55
55
// project.afterEvaluate {
You can’t perform that action at this time.
0 commit comments