Hi all, I have created this stack overflow with an...
# multiplatform
g
Hi all, I have created this stack overflow with an issue I'm having in my
build.gradle.kts
file. I have marked the lines that have problems with comments. If you have any suggestions it would be a big help. https://stackoverflow.com/questions/60208710/spring-boot-gradle-dependencies-in-kotlin-multiplatform
I was able to fix this. Here's a starter in case anyone else needs to do this https://github.com/gbaldeck/spring-kotlin-fullstack
👍 1
u
Btw, I just noticed that your project doesn't have a license, which as far as I understand copyright laws, means that you retain all the copyrights and nobody can use it without your permission. (But keep in mind I barely understand copyright laws) I'd suggest you add a permissive licence (Apache V2, MIT...) for a starter project like this.
g
I'm not entirely sure it counts for something like this but I will add one