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 ab85787 commit 436761cCopy full SHA for 436761c
.netlify/state.json
@@ -0,0 +1,3 @@
1
+{
2
+ "siteId": "f58b6482-4e58-4343-aa82-5988c53c55f7"
3
+}
build.gradle.kts
@@ -58,7 +58,7 @@ tasks {
58
configureEach {
59
sourceLink {
60
// Unix based directory relative path to the root of the project (where you execute gradle respectively).
61
-// path = "src/main/kotlin"
+ path = "src/main/kotlin"
62
63
// URL showing where the source code can be accessed through the web browser
64
url = "https://github.com/kotlin-graphics/kotlin-unsigned/tree/master/src/main/kotlin"
0 commit comments