File tree Expand file tree Collapse file tree 9 files changed +7472
-2019
lines changed
src/nativeMain/kotlin/co/touchlab/testhelp Expand file tree Collapse file tree 9 files changed +7472
-2019
lines changed Original file line number Diff line number Diff line change 1313.DS_Store
1414.vscode
1515
16+ .kotlin /
Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
2- import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
3- import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension
42
53plugins {
64 alias(libs.plugins.kotlin.multiplatform)
@@ -47,7 +45,6 @@ kotlin {
4745 browser()
4846 nodejs()
4947 }
50- @OptIn(ExperimentalWasmDsl ::class )
5148 wasmJs {
5249 browser()
5350 nodejs()
@@ -58,7 +55,7 @@ kotlin {
5855 common {
5956 group(" jsAndWasmJs" ) {
6057 withJs()
61- withWasm ()
58+ withWasmJs ()
6259 }
6360 }
6461 }
@@ -67,9 +64,3 @@ kotlin {
6764 implementation(kotlin(" test" ))
6865 }
6966}
70-
71- // https://github.com/Kotlin/kotlin-wasm-examples/commit/701a051d6ee869abcabebff702b3ccd98d51c38d
72- rootProject.the<NodeJsRootExtension >().apply {
73- nodeVersion = " 21.0.0-v8-canary202309143a48826a08"
74- nodeDownloadBaseUrl = " https://nodejs.org/download/v8-canary"
75- }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ SONATYPE_HOST=DEFAULT
1818RELEASE_SIGNING_ENABLED =true
1919
2020GROUP =co.touchlab
21- VERSION_NAME =0.6.12
21+ VERSION_NAME =0.6.13
2222
2323POM_ARTIFACT_ID =testhelp
2424
@@ -36,4 +36,6 @@ POM_LICENCE_DIST=repo
3636POM_DEVELOPER_ID =kpgalligan
3737POM_DEVELOPER_NAME =Kevin Galligan
3838POM_DEVELOPER_ORG =Touchlab
39- POM_DEVELOPER_URL =https://touchlab.co/
39+ POM_DEVELOPER_URL =https://touchlab.co/
40+
41+ kotlin.js.yarn =false
Original file line number Diff line number Diff line change 11[versions ]
22
3- mavenPublish = " 0.27 .0"
4- kotlin = " 1.9.23 "
3+ mavenPublish = " 0.33 .0"
4+ kotlin = " 2.2.0 "
55
66[libraries ]
77
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments