Fix platform declaration clash
This commit is contained in:
parent
e150b57b65
commit
78c0a5d717
@ -285,10 +285,12 @@ object EnhancedPlacedFeature : Feature<EnhancedPlacedFeature.Config>(
|
|||||||
return Builder(root ?: this, action).also(children::add)
|
return Builder(root ?: this, action).also(children::add)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@JvmName("thenVanilla")
|
||||||
fun then(action: ConfiguredFeature<*, *>): Builder {
|
fun then(action: ConfiguredFeature<*, *>): Builder {
|
||||||
return then(EnhancedFeature.Wrapper.configure(action))
|
return then(EnhancedFeature.Wrapper.configure(action))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@JvmName("thenVanilla")
|
||||||
fun then(action: Holder<ConfiguredFeature<*, *>>): Builder {
|
fun then(action: Holder<ConfiguredFeature<*, *>>): Builder {
|
||||||
return then(EnhancedFeature.Wrapper.configure(action))
|
return then(EnhancedFeature.Wrapper.configure(action))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user