https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
k

Kris Wong

10/24/2019, 9:02 PM
hot damn I got an MPP setup with kotlin DSL and Android
😆 1
that was painful
😂 1
p

pabl0rg

10/24/2019, 10:12 PM
Care to share how you did it?
r

russhwolf

10/25/2019, 2:12 AM
@pabl0rg I have a hello world here that does it if you want to compare: https://github.com/russhwolf/multiplatform-hello
In particular, the
pluginManagement
block in
settings.gradle.kts
is helpful https://github.com/russhwolf/multiplatform-hello/blob/master/settings.gradle.kts
p

pabl0rg

10/25/2019, 7:52 AM
Thanks!
k

Kris Wong

10/25/2019, 12:46 PM
that's fairly similar to what I am doing
but I'll create a blog post about it. i've already got one for adding an Android target with Groovy DSL
4 Views