Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Feb 18, 2024
1 parent f19dd6e commit 0f05e7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ build/
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
.idea/artifacts/
*.iws
*.iml
*.ipr
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
kotlin("multiplatform") version libs.versions.kotlin
kotlin("plugin.serialization") version libs.versions.kotlin
id("io.ktor.plugin") version libs.versions.ktor
id("io.kotest.multiplatform") version libs.versions.kotest
// id("io.kotest.multiplatform") version libs.versions.kotest
}

group = "teksturepako.pakku"
Expand Down Expand Up @@ -84,7 +84,7 @@ kotlin {
val commonTest by getting {
dependencies {
implementation(kotlin("test"))
implementation("io.kotest:kotest-framework-engine:$kotestVersion")
// implementation("io.kotest:kotest-framework-engine:$kotestVersion")
}
}

Expand Down

0 comments on commit 0f05e7a

Please sign in to comment.