I've encountered the same problem.
I find my problem related to the Build Variant.
when I switch build variant to debug, compose preview works fine. but when I switch it to the custom build type I defined in Build.gradle, compose preview stops work.
Is there any way to let compose preview work in custom build types?