atsushieno
11/03/2022, 10:19 AMkotlinOptions
because they depend on Jetpack Compose (compiler plugin) but they still build (while they depend on other modules that are compiled with useK2 = true
). Any ideas why that happens?
Those builds reproduced as https://github.com/atsushieno/android-audio-plugin-framework/commit/2737fd77e176e866306329703b793e10bf8d76e7 (base) and https://github.com/atsushieno/aap-lv2/actions/runs/3384694415/jobs/5621953393#step:10:1347 (derived)Alexey Belkov [JB]
11/03/2022, 10:52 AMatsushieno
11/03/2022, 10:53 AMandroid-audio-plugin-framework
repo, androidaudioplugin-ui-compose
is not using K2 as it depends on Compose.Alexey Belkov [JB]
11/03/2022, 12:02 PMatsushieno
11/03/2022, 12:05 PM