hot damn I got an MPP setup with kotlin DSL and An...
# multiplatform
k
hot damn I got an MPP setup with kotlin DSL and Android
😆 1
that was painful
😂 1
p
Care to share how you did it?
r
@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
Thanks!
k
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