Marcin Wisniowski
12/17/2023, 4:56 PMNative.load("user32", User32::class.java)
, and it works correctly when ran normally, but when I run the runReleaseDistributable
task, it no longer works. There are no errors, the method calls just have no effect. What can be going on here?Alexander Maryanovsky
12/17/2023, 8:30 PMMarcin Wisniowski
12/18/2023, 6:51 AMrunRelease
which I assumed runs ProGuard so I ruled it out, but looks like that task doesn't actually run ProGuard.
It was indeed ProGuard.