nick2525
nick2525
@jrodbx I posted a proposal to gradle https://github.com/gradle/gradle/issues/31332 so that there is a way to bypass this restriction
Gradle recommend to use build services https://docs.gradle.org/current/userguide/build_services.html
Schematically then something like this, but I have not studied the implementation of Paparazzi ``` abstract class LayoutLibService : BuildService { private val layoutlib: BridgeRenderSession = initLayoutLib() private val lock...