Skip to content

Commit

Permalink
Add missing Kotest multiplatform Gradle plugin to build.gradle.kts (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverO2 authored Sep 13, 2023
1 parent 70f82ca commit 8851dad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {
java
id("java-library")
alias(libs.plugins.kotlin.multiplatform)
alias(libs.plugins.kotest.multiplatform)
}

allprojects {
Expand Down

0 comments on commit 8851dad

Please sign in to comment.