Javier
06/26/2022, 10:59 PMDslMarker
markers and picking the nested one?
If I have two function with the same name, the outermost is used
kotlin {
android() // from kotlin
multiplatform {
common()
android() // from kotlin, should be from multiplatform
jvm()
}
}