kmbisset89
kmbisset89
Allow users to store git root in local.properties
in NetflixOSSStrategies would it be possible to add this logic? ` String shortenedBranch = "" try { shortenedBranch = (state.currentBranch.name =~ nebulaReleaseExtension.shortenedBranchPattern)[0][1] } catch (Exception ignored) { // no match...
… X-axis the graph scales correctly.
Trying to make an experimental feature that our team has used for a couple of years. This is the first of the feature which introduces the ComposableViewModel. This takes our...
I would like to have the ability to infinitely scroll the map so that it does behave like a globe.
Is there already built-in NITF support as a tile source?
Getting an error when using submodules that throws an exception. **To Reproduce** Steps to reproduce the behavior: Use the includes keyword: val commonModule = module { includes(infrastructureModule, viewModels, useCases, repositories)...
I have this module and in Koin Annotations Beta 3 it was working with the compiler check. ``` @Module( includes = [ CoreServiceServer::class, CoreServiceClient::class ] ) @ComponentScan("my.package.project") class CommunicationsModule ```...
**Describe the bug** getScope("com.google.devtools.ksp.common.impl.KSNameImpl@4a1e58e0.com.google.devtools.ksp.common.impl.KSNameImpl@161c0568") I see this in the generated code, and I assume it is not right. I am getting a crash when I try to resolve the scope....
This allows the optional modules of lazy-annotations and lazy-compiler. The goal here was to be able to use lazyModule with annotations.