Skip to content

Commit

Permalink
Merge pull request #122 from AntonButov/update-open-ai
Browse files Browse the repository at this point in the history
update openai
  • Loading branch information
AntonButov authored Mar 1, 2025
2 parents 68b40c6 + f04f2fc commit 91deb99
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 625 deletions.
3 changes: 2 additions & 1 deletion code-factory-processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ dependencies {
implementation(libs.kotlinx.coroutines.core)
implementation(libs.tschuchortdev.testing.ksp)

implementation(libs.mockk)

testImplementation(kotlin("test"))
testImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.kotest.assertions)
testImplementation(libs.mockk)
testImplementation(libs.kotest.runner.junit5.jvm)
}

Expand Down
Loading

0 comments on commit 91deb99

Please sign in to comment.