diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-02-10 14:59:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-10 14:59:33 +0100 |
commit | f09b149b5bf6834609dec1eb70789539c5e61896 (patch) | |
tree | eb2b31b4a5c97c6f61bc00b374a96efa6b1df7b2 /integration-tests/gradle/projects/it-multiplatform-0 | |
parent | a5a20cdd23db75b65cbf784854c3f26e6584953b (diff) | |
download | dokka-f09b149b5bf6834609dec1eb70789539c5e61896.tar.gz dokka-f09b149b5bf6834609dec1eb70789539c5e61896.tar.bz2 dokka-f09b149b5bf6834609dec1eb70789539c5e61896.zip |
Update Kotlin to 1.8.10 (#2797)
Diffstat (limited to 'integration-tests/gradle/projects/it-multiplatform-0')
-rw-r--r-- | integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts | 2 | ||||
-rw-r--r-- | integration-tests/gradle/projects/it-multiplatform-0/gradle.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts b/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts index cf180f48..ec24e720 100644 --- a/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts +++ b/integration-tests/gradle/projects/it-multiplatform-0/build.gradle.kts @@ -12,7 +12,7 @@ kotlin { jvm() linuxX64("linux") macosX64("macos") - js() + js(BOTH) //TODO Add wasm when kx.coroutines will be supported and published into the main repo sourceSets { val commonMain by sourceSets.getting diff --git a/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties b/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties index 9d87e55a..9e67e4d0 100644 --- a/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties +++ b/integration-tests/gradle/projects/it-multiplatform-0/gradle.properties @@ -1,4 +1,4 @@ -dokka_it_kotlin_version=1.7.20 +dokka_it_kotlin_version=1.8.10 #these flags are enabled by default since 1.6.20. #remove when this test is executed with Kotlin >= 1.6.20 kotlin.mpp.enableGranularSourceSetsMetadata=true |