We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b01b2c commit 3a7b94dCopy full SHA for 3a7b94d
2 files changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
run: chmod +x gradlew
29
30
- name: Run linter
31
- run: ./gradlew detekt
+ run: ./gradlew lintDocs
32
33
- name: Run tests with coverage
34
run: ./gradlew allTests koverXmlReport
build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- id("com.eignex.kmp") version "1.1.4"
+ id("com.eignex.kmp") version "1.1.5"
3
kotlin("plugin.serialization") version "2.3.0"
4
}
5
0 commit comments