diff --git a/.gitignore b/.gitignore index 2ec6f6cf..e21919cb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ build/ .idea/jarRepositories.xml .idea/compiler.xml .idea/libraries/ +.idea/artifacts/ *.iws *.iml *.ipr diff --git a/build.gradle.kts b/build.gradle.kts index 9d967bf2..f74178c7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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" @@ -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") } }