i want to dependent on `spring-boot-starter-web` i...
# multiplatform
t
i want to dependent on
spring-boot-starter-web
in
jvmMain
but want to exclude
spring-boot-starter-tomcat
a
I'd suggest having a different module which is a regular Gradle module and it depends on your jvm project
t
ok thats the way i go for building an executable jar using the spring boot plugin, anyways. My hope was to keep that module as simple as possible - but if that's the only way, i'm fine with it. thank you 🙂
👍 1
a
I'm not sure whether there is another way, but this is how I do it so I know it works.