You try to invoke composable (AppData()) in the regualr lambda onClick. Remove composable annotation.
Do not do database operations right in the composable functions. Move it to your viewModel. Such operations should be proceeded there.