Skip to content

Commit 49749fd

Browse files
committed
Update K1 kotlin version to 1.9.25 on website
1 parent 6a857c7 commit 49749fd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

website/docs/Setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import Admonition from '@theme/Admonition';
2020
<TabItem value="k1">
2121
```kotlin
2222
plugins {
23-
kotlin("multiplatform") version "1.9.24" // ...or any other Kotlin plugin
24-
id("dev.mokkery") version "1.9.24-1.7.0"
23+
kotlin("multiplatform") version "1.9.25" // ...or any other Kotlin plugin
24+
id("dev.mokkery") version "1.9.25-1.7.0"
2525
}
2626
```
2727
</TabItem>

website/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const simpleTabBlock = `class BookServiceTest {
2626
}
2727
}`
2828
const setupTabBlockK1 = `plugins {
29-
kotlin("multiplatform") version "1.9.24" // ...or any other Kotlin plugin
30-
id("dev.mokkery") version "1.9.24-1.7.0"
29+
kotlin("multiplatform") version "1.9.25" // ...or any other Kotlin plugin
30+
id("dev.mokkery") version "1.9.25-1.7.0"
3131
}
3232
`
3333
const setupTabBlockK2 = `plugins {

0 commit comments

Comments
 (0)