Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit ffc14a8

Browse files
committed
switch to kotlin
1 parent f4816cb commit ffc14a8

File tree

2,014 files changed

+478
-20732
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,014 files changed

+478
-20732
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/upload-pages-artifact@v3
3838
with:
3939
# Upload entire repository
40-
path: './build/dist'
40+
path: './dist'
4141
- name: Deploy to GitHub Pages
4242
id: deployment
4343
uses: actions/deploy-pages@v4

build.gradle.kts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalDistributionDsl
2+
13
plugins {
24
kotlin("multiplatform") version "2.1.0"
35
}
@@ -11,7 +13,12 @@ repositories {
1113

1214
kotlin {
1315
js {
14-
browser()
16+
browser {
17+
@OptIn(ExperimentalDistributionDsl::class)
18+
distribution {
19+
outputDirectory.set(projectDir.resolve("dist"))
20+
}
21+
}
1522
binaries.executable()
1623
}
1724

build/dist/tests/2/node_modules/@discoveryjs/json-ext/dist/package.json

Whitespace-only changes.

build/dist/tests/2/node_modules/@discoveryjs/json-ext/index.d.ts

Whitespace-only changes.

build/dist/tests/2/node_modules/@discoveryjs/json-ext/package.json

Lines changed: 0 additions & 56 deletions
This file was deleted.

build/dist/tests/2/node_modules/@material/web/all.d.ts

Whitespace-only changes.

build/dist/tests/2/node_modules/@material/web/all.js

Lines changed: 0 additions & 106 deletions
This file was deleted.

build/dist/tests/2/node_modules/@material/web/button/_elevated-button.scss

Whitespace-only changes.

build/dist/tests/2/node_modules/@material/web/button/_filled-button.scss

Whitespace-only changes.

build/dist/tests/2/node_modules/@material/web/button/_filled-tonal-button.scss

Whitespace-only changes.

0 commit comments

Comments
 (0)