ktorm-example-spring-boot icon indicating copy to clipboard operation
ktorm-example-spring-boot copied to clipboard

Can't build project, some dependencies not found

Open Mohamadhassan98 opened this issue 2 years ago • 1 comments

Hi there. I'm trying to use this project to configure my spring boot project. I've started by comparing your project with mine, adding dependencies one by one. Some dependencies are missing in the repository (or there is some misconfiguration that I don't know).

At the end, I'd cloned your repo to see if it runs. The missing dependencies are still missing and the project can't be ran. I have problem with org.ktorm:ktorm:3.7.0-SNAPSHOT dependencies, this version does not exists. Changing this to latest present version (3.6.0) fixes that. Then the dependency org.ktorm:ktorm-ksp-annotations doesn't exist at all.

I confused about the gradle dependencies.

Can you help me run it?

Mohamadhassan98 avatar Aug 18 '23 20:08 Mohamadhassan98

https://github.com/kotlin-orm/ktorm-example-spring-boot/issues/9#issuecomment-1672426025

vincentlauvlwj avatar Aug 19 '23 01:08 vincentlauvlwj

Fixed.

vincentlauvlwj avatar May 17 '24 06:05 vincentlauvlwj