WukongRework.exe
02/06/2021, 12:26 AMoverride val keys: Keys get() = GamePadKeysOld(gamepad = gamepad)
and it gives me a Sealed types cannot be instantiated
error when building the android app
I tried a small test case in a kotlin playground ( https://pl.kotl.in/8VWvKtOqm ) and set both versions to 1.4.30 and in the playground the error does not pop up and successfully runs
Is there a reason for this and a way to fix? (I would like to keep it as an invoke call though just changing the function name is the solution I am currently using)
Thanks in advance!Florian Eula
02/08/2021, 9:43 AM