This message was deleted.
# community-support
s
This message was deleted.
j
If I get it directly via
extension.getByType(PlayPublisherExtension)
,
register
method doesn't exist
t
It's a
NamedDomainObjectContainer<PlayPublisherExtension>
, you'll have to get it by name. See https://github.com/Triple-T/gradle-play-publisher/blob/77b069708cfd1bedfce5424af2c4a92cc9439763/testapp/build.gradle.kts#L97 for an example.
j
Wops, I didn't know I can do
configure<NamedDomainObjectContainer<PlayPublisherExtension>>
, thank you!
t