File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed
Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,11 @@ kotlin {
6666 " name" to " google-chrome" ,
6767 )
6868 )
69- static(rootDirPath)
70- static(projectDirPath)
69+ static = (static ? : mutableListOf ()).apply {
70+ // Serve sources to debug inside browser
71+ add(rootDirPath)
72+ add(projectDirPath)
73+ }
7174 }
7275 }
7376 }
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ builder = "8.6.0-alpha05"
3333byteBuddy = " 1.14.9"
3434asm = " 9.7"
3535cmake = " 3.22.1"
36- composeCompilerPlugin = " 2.2.21 "
36+ composeCompilerPlugin = " 2.2.20 "
3737dagger = " 2.57.1"
3838datetime = " 0.7.1"
3939dependencyAnalysisGradlePlugin = " 2.11.0"
@@ -53,17 +53,17 @@ kotlin19 = "1.9.24"
5353# Use the most up-to-date patch
5454kotlin20 = " 2.0.21"
5555kotlin21 = " 2.1.21"
56- kotlin22 = " 2.2.21 "
57- kotlin = " 2.2.21 "
56+ kotlin22 = " 2.2.20 "
57+ kotlin = " 2.2.20 "
5858kotlinBenchmark = " 0.4.14"
59- kotlinGradlePluginAnnotations = " 2.2.21 "
60- kotlinGradlePluginApi = " 2.2.21 "
59+ kotlinGradlePluginAnnotations = " 2.2.20 "
60+ kotlinGradlePluginApi = " 2.2.20 "
6161kotlinCompileTesting = " 1.4.9"
6262kotlinCoroutines = " 1.9.0"
63- kotlinNativeUtils = " 2.2.21 "
63+ kotlinNativeUtils = " 2.2.20 "
6464kotlinSerialization = " 1.8.0"
65- kotlinToolingCore = " 2.2.21 "
66- ksp = " 2.2.21 -2.0.4"
65+ kotlinToolingCore = " 2.2.20 "
66+ ksp = " 2.2.20 -2.0.4"
6767ktfmt = " 0.54"
6868# Version format is: 1.KOTLIN_MAJOR_VERSION.0.KTFMT_VERSION
6969# When updated, the id and checksum in StudioTask needs to be updated too
You can’t perform that action at this time.
0 commit comments