Closed ragunathjawahar closed 2 years ago
đź‘‹ Hi @ragunathjawahar, thank you for filing this issue! I've never used jetpack compose before, but this seems to be a conflict between applying the Gradle application plugin and the jetpack compose plugin (both of which have run tasks). The application
plugin is applied when the javaagent-application
plugin is applied, so I think this issue would have to be solved by introducing a separate plugin in this project to handle the jetpack-compose use cases.
Is your goal to do one of or both of the following?
run
taskIf you have a sample application that captures the use cases, that would be helpful in informing what compose support might look like for this plugin. Fair warning, I have no idea when/if compose support will come
Hello @ryandens, thank you for getting back. My goal is both 1 and 2. I can create a sample application and share a link so we can take this conversation further. Thank you for your time.
build.gradle
JVM target 11
Short failure message
Stack trace