@SanjayKarki You have not clearly specified what kind of java usage you have in mind. If you are running a Kotlin compose application on a JVM (or Android) then it is no problem to use that in combination with any compatible Java code. If however you are asking whether you can call composable functions directly from Java then the answer is no for the reasons which were mentioned already.