Skip to content

Commit

Permalink
Update reference to Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Aug 18, 2023
1 parent 30e0a81 commit 2b1f79a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/src/pages/docs/10_Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ To use fritz2, set up a Kotlin multiplatform-project using one of these options:

```kotlin
plugins {
kotlin("multiplatform") version "1.7.20"
kotlin("multiplatform") version "1.8.22"
// KSP support needed for Lens generation
id("com.google.devtools.ksp") version "1.7.20-1.0.6"
id("com.google.devtools.ksp") version "1.8.22-1.0.11"
}

repositories {
mavenCentral()
}

val fritz2Version = "1.0-RC4"
val fritz2Version = "1.0-RC7"

//group = "my.fritz2.app"
//version = "0.0.1-SNAPSHOT"
Expand Down Expand Up @@ -151,4 +151,4 @@ val fritz2Version = "1.0-SNAPSHOT" // set the newer snapshot version here
```

If you encounter any problems with these snapshot-versions, please
[open an issue](https://github.com/jwstegemann/fritz2/issues/new/choose).
[open an issue](https://github.com/jwstegemann/fritz2/issues/new/choose).

0 comments on commit 2b1f79a

Please sign in to comment.