File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- variables :
2- - &slow_check_paths
3- - path :
4- - " **/*.kt"
5- - " **/*.gradle"
6- - " .woodpecker.yml"
7-
81steps :
92 prettier_markdown_check :
103 image : tmknom/prettier
169 commands :
1710 - sudo chown -R circleci:circleci .
1811 - ./gradlew lintKotlin
19- when : *slow_check_paths
2012 environment :
2113 GRADLE_USER_HOME : " .gradle"
2214
2517 commands :
2618 - sudo chown -R circleci:circleci .
2719 - ./gradlew assembleDebug
28- when : *slow_check_paths
2920 environment :
3021 GRADLE_USER_HOME : " .gradle"
3122
Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ android {
6363 compose true
6464 }
6565 composeOptions {
66- kotlinCompilerExtensionVersion = " 1.5.1 "
66+ kotlinCompilerExtensionVersion = " 1.5.3 "
6767 }
6868 namespace ' com.dessalines.thumbkey'
6969}
7070
7171dependencies {
72- implementation " androidx.navigation:navigation-compose:2.7.0 "
72+ implementation " androidx.navigation:navigation-compose:2.7.1 "
7373 implementation ' com.github.alorma:compose-settings-ui-m3:0.27.0'
7474
7575 // To use Kotlin annotation processing tool
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ buildscript {
99plugins {
1010 id ' com.android.application' version ' 8.1.1' apply false
1111 id ' com.android.library' version ' 8.1.1' apply false
12- id ' org.jetbrains.kotlin.android' version ' 1.9.0 ' apply false
13- id ' org.jmailen.kotlinter' version " 3.15 .0" apply false
14- id ' com.google.devtools.ksp' version " 1.9.0 -1.0.12 " apply false
12+ id ' org.jetbrains.kotlin.android' version ' 1.9.10 ' apply false
13+ id ' org.jmailen.kotlinter' version " 3.16 .0" apply false
14+ id ' com.google.devtools.ksp' version " 1.9.10 -1.0.13 " apply false
1515}
1616
1717subprojects {
You can’t perform that action at this time.
0 commit comments