Skip to content

Commit

Permalink
chore(deps): revert to kotlin 1.8.20 because of dokka issue
Browse files Browse the repository at this point in the history
  • Loading branch information
outadoc committed Jul 11, 2023
1 parent e68d222 commit 58e1d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.diffplug.gradle.spotless.SpotlessExtension
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
val kotlinVersion = "1.9.0"
val kotlinVersion = "1.8.20"
kotlin("multiplatform") version kotlinVersion apply false
kotlin("plugin.serialization") version kotlinVersion apply false
id("org.jetbrains.dokka") version "1.8.20"
Expand All @@ -17,7 +17,7 @@ buildscript {

allprojects {
group = "fr.outadoc.mastodonk"
version = "0.2-alpha03"
version = "0.2-alpha04"

repositories {
mavenCentral()
Expand Down

0 comments on commit 58e1d3d

Please sign in to comment.