File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ const simpleTabBlock = `class BookServiceTest {
2626 }
2727}`
2828const 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`
3333const setupTabBlockK2 = `plugins {
You can’t perform that action at this time.
0 commit comments