We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fda3d commit 6d72097Copy full SHA for 6d72097
krescent-test/build.gradle.kts
@@ -1,7 +1,7 @@
1
plugins {
2
// Apply the shared build logic from a convention plugin.
3
// The shared code is located in `buildSrc/src/main/kotlin/kotlin-jvm.gradle.kts`.
4
- id("buildsrc.convention.kotlin-jvm-nopublish")
+ id("buildsrc.convention.kotlin-jvm")
5
// Apply Kotlin Serialization plugin from `gradle/libs.versions.toml`.
6
alias(libs.plugins.kotlinPluginSerialization)
7
}
@@ -12,5 +12,4 @@ dependencies {
12
implementation(project(":krescent-core"))
13
api(kotlin("test"))
14
api(kotlin("test-junit5"))
15
-
16
0 commit comments