Maybe not the type of questions for this channel but does anybody know of a course where we can learn from the basics to advance spring boot but with Kotlin? All there is is java 😞
t
thanksforallthefish
11/27/2020, 9:09 AM
I don’t think there is anything special in spring with kotlin vs java. you just need to translate the syntax. ofc that implies you know java, or you can just copy/paste example in intellij and let it do the conversion to kotlin, then clean up. it is going to be a bit slow at the beginning but learning is a slow process, just make sure you read and understand the concepts and what you paste
thanksforallthefish
11/27/2020, 9:10 AM
Sebastian had a talk at the latest kotlinconf on the status of kotlin support in spring:
https://youtu.be/dSIIZastK58â–¾
m
Manuel Lorenzo
11/27/2020, 11:04 AM
thanks a Lot @thanksforallthefish
Manuel Lorenzo
11/27/2020, 11:04 AM
I think some time ago I did some stuff in Spring boot and tried to translate it to Kotlin and then it never compiled