Skip to content

Commit 436761c

Browse files
committed
up
1 parent ab85787 commit 436761c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.netlify/state.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"siteId": "f58b6482-4e58-4343-aa82-5988c53c55f7"
3+
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tasks {
5858
configureEach {
5959
sourceLink {
6060
// Unix based directory relative path to the root of the project (where you execute gradle respectively).
61-
// path = "src/main/kotlin"
61+
path = "src/main/kotlin"
6262

6363
// URL showing where the source code can be accessed through the web browser
6464
url = "https://github.com/kotlin-graphics/kotlin-unsigned/tree/master/src/main/kotlin"

0 commit comments

Comments
 (0)