Join Slack
Powered by
Any tutorial about converting an MPP's gradle from...
# multiplatform
m
Mohammadsss1
05/13/2019, 2:04 AM
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
russhwolf
05/13/2019, 2:56 AM
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
o.semen
05/13/2019, 6:21 AM
https://www.youtube.com/watch?v=mAtrEPeAJSc
▾
It helped me a lot
👍 1
o.semen
05/13/2019, 6:42 AM
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
Mohammadsss1
05/13/2019, 10:51 AM
Thank you guys 🙂
Open in Slack
Previous
Next