Skip to content

Commit

Permalink
Library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
motorro committed Feb 12, 2024
1 parent 4ca521a commit b3b9d50
Show file tree
Hide file tree
Showing 27 changed files with 10,742 additions and 13,343 deletions.
10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions deeplink/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ kotlin {
"-opt-in=kotlin.js.ExperimentalJsExport"
)
}
generateTypeScriptDefinitions()
binaries.library()
useCommonJs()
nodejs {
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.10"
dokka = "1.9.0"
serialization = "1.6.0"
kotlin = "1.9.22"
dokka = "1.9.10"
serialization = "1.6.2"

[plugins]
kotlin_multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
Expand Down
1 change: 1 addition & 0 deletions mocks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ kotlin {
"-opt-in=kotlin.js.ExperimentalJsExport"
)
}
generateTypeScriptDefinitions()
binaries.library()
useCommonJs()
nodejs {
Expand Down
1 change: 1 addition & 0 deletions push/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ kotlin {
"-opt-in=kotlin.js.ExperimentalJsExport"
)
}
generateTypeScriptDefinitions()
binaries.library()
useCommonJs()
nodejs {
Expand Down
2 changes: 2 additions & 0 deletions testaction/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ kotlin {
"-opt-in=kotlin.js.ExperimentalJsExport"
)
}
generateTypeScriptDefinitions()
binaries.library()
useCommonJs()
nodejs {
Expand Down Expand Up @@ -98,6 +99,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation(project(":uri"))
implementation(project(":deeplink"))
implementation(project(":mocks"))
implementation(libs.kotlin.serialization.core)
Expand Down
24 changes: 15 additions & 9 deletions testaction/nodeexample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b3b9d50

Please sign in to comment.