suresh
12/09/2020, 7:24 AMShow Kotlin Bytecode
still shows the compose annotation and not the transformed function with composer context as first argument.suresh
12/09/2020, 7:25 AM@Composable
@NotNull
public static final String composeTest(@NotNull String name) {
Intrinsics.checkNotNullParameter(name, "name");
return "Hello " + name;
}
KamilH
12/09/2020, 7:55 AMolonho
12/09/2020, 9:55 AM