Hey anyone familiar with Kotlin DSL maybe knows if...
# announcements
p
Hey anyone familiar with Kotlin DSL maybe knows if I can reference
ext
properties in another module’s
build.gradle.kts
?
g
#C19FD9681
👍 3
But it should work exactly the same as with Groovy, as I know. In Gradle Groovy you hav access to ext properties of another module if has access to this module object
👍 1
p
Thank you will ask there as well if I can not make it work 🙂
d
I did it here: https://github.com/dwursteisen/libgdx-addons/blob/master/ashley-addons/build.gradle.kts // now it's named
extra
and it use delegate.
p
Thank you will check it 🙂