Skip to content

Commit

Permalink
native tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 13, 2024
1 parent 7271def commit 2044c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ kotlin {
compilerOptions {
apiVersion = kotlinTarget
languageVersion = kotlinTarget
extraWarnings.set(true)
freeCompilerArgs.add("-Xmulti-dollar-interpolation")
extraWarnings.set(true)
progressiveMode = true
}

Expand Down Expand Up @@ -140,14 +140,6 @@ kotlin {

sourceSets {

all {
languageSettings {
languageVersion = kotlinTarget.version
apiVersion = kotlinTarget.version
progressiveMode = true
}
}

commonMain {
dependencies {
implementation(libs.kotlinx.datetime)
Expand Down
2 changes: 1 addition & 1 deletion src/commonTest/kotlin/message/MessageTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.xemantic.anthropic.message

import com.xemantic.kotlin.test.have
import com.xemantic.kotlin.test.should
import org.junit.Test
import kotlin.test.Test

class MessageTest {

Expand Down

0 comments on commit 2044c97

Please sign in to comment.