Any tutorial about converting an MPP's gradle from...
# multiplatform
m
Any tutorial about converting an MPP's gradle from Groovy to Kotlin in Android studio without breaking the build process! I have renamed the files by adding .kts to the end of build.gradle file and .settings file but keeps didn't go well!
r
Not a tutorial but this doc page has side-by-side groovy and kotlin code samples which might help: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html
👍 1
o

https://www.youtube.com/watch?v=mAtrEPeAJSc

It helped me a lot
👍 1
btw I have more or less working
build.kts
file for my project https://gist.github.com/semenoh/2988f62fce55e9010129af5c1084fe56 hope it will help you
👍 1
m
Thank you guys 🙂