Skip to content

Commit b0a44ee

Browse files
committed
Hibernate example: fixes after review (add JPA dependency to the root toml file)
1 parent 49b72df commit b0a44ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ kotlinx-benchmark = { id = "org.jetbrains.kotlinx.benchmark", version.ref = "ben
271271
dataframe-compiler-plugin = { id = "org.jetbrains.kotlin.plugin.dataframe", version.ref = "kotlin" }
272272
gradlePlugin-gradle-foojayToolchains = { id = "org.gradle.toolchains:foojay-resolver-convention", version.ref = "gradlePlugin-gradle-foojayToolchains" }
273273
typesafe-conventions = { id = "dev.panuszewski:typesafe-conventions", version.ref = "typesafe-conventions" }
274+
kotlin-jpa = { id = "org.jetbrains.kotlin.plugin.jpa", version.ref = "kotlin" }
274275

275276
# Android example
276277
android-application = { id = "com.android.application", version.ref = "agp" }

0 commit comments

Comments
 (0)