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.
2 parents b38eb79 + 62cb148 commit 0b4ba4fCopy full SHA for 0b4ba4f
.gitignore
@@ -62,5 +62,6 @@ npm-debug.log*
62
yarn-debug.log*
63
yarn-error.log*
64
/kotlin-js-store/
65
+.kotlin/
66
#/package.json
67
#/package-lock.json
build.gradle.kts
@@ -202,7 +202,7 @@ dokka {
202
documentedVisibilities = setOf(VisibilityModifier.Public)
203
204
sourceLink {
205
- remoteUrl("https://github.com/g0dkar/qrcode-kotlin")
+ remoteUrl("https://github.com/g0dkar/qrcode-kotlin/tree/main")
206
}
207
208
0 commit comments