Lev Teytelman
01/08/2025, 4:14 AMapi()
dependency in the buildscript. When I have multiple plugins calling startKoin
, I get a KoinAppAlreadyStartedException
. Can I give each plugin its own Koin application without having to shade the library into each plugin that uses it? I'd like to minimize the plugin sizes so shading Koin into each one is not ideal.Pedro Alberto
01/08/2025, 9:36 AM