how can i implement this in kotlin ''' public class GitHubActionCreator extends RxActionCreator implements Actions {
/**
* If you want to give more things to the constructor like API or Preferences or any other
* parameter you can buy make sure to call super(dispatcher, manager)
*/
public GitHubActionCreator(Dispatcher dispatcher, SubscriptionManager manager) {
super(dispatcher, manager);
}'''