Landry Norris
02/28/2023, 7:49 PMInt$class-Foo()I
, when I call the constructor expect class Foo(s: String, i1: Int, i2: Int)
. It seems to be looking at a LiveLiterals$FooKt
class, but not sure where this LiveLiterals is coming from. When I check the APK, I see the LiveLiterals$FooKt
class, and it has a similar method (Int$class-Foo()
). Not sure what’s going on.czuckie
03/01/2023, 7:58 AMdebugImplementation
dependencies) setup and make sure they are up-to-date.Landry Norris
03/01/2023, 2:34 PM