Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
79 views

Upon moving a view and it's ViewModel(where i am using Firestore) from the main app module to it's own module, my Canvas Previews crash with the error: XCPreviewAgent crashed due to an uncaught ...
Geob's user avatar
  • 614
43 votes
12 answers
52k views

I have problem. Angular is sometimes showing error ERROR TypeError: Cannot read properties of undefined (reading 'onDestroy') I am getting this error when I am running ng serve, but if I use angular ...
J4mJeMax's user avatar
  • 559
1 vote
1 answer
855 views

I'm working on a large Flutter project where each feature is organized into its own package. In the main directory, I want to run flutter pub get to install dependencies for all the packages at once. ...
Abdullah Esnawi's user avatar
1 vote
1 answer
77 views

I want to separate the api from the implementation, and making implementation module depends on api modules, however I encounter the problem that api actually depends on the implementation and don't ...
LGDGODV's user avatar
  • 283
0 votes
1 answer
57 views

I am building a simple multi-module app, and haven't really even added much but I am encountering this error when trying to build the app. I have this base-like ViewModel implementation(which is an ...
Daniel Iroka's user avatar
0 votes
1 answer
744 views

I am trying to migrate my gradle project from groovy to kotlin dsl. Hopefully theres some one can help me. So, my project used modularization and this is how my project structure looks like root ├── ...
itstimetofix's user avatar
-1 votes
1 answer
33 views

hello all i am in deadlock please help i have three module in my android project 1 : App 2 : unityLibrary 3 : bluttooth module now i want to open the acitivity of App from unityLirbraryModdule but ...
LastMomentCoder's user avatar
0 votes
1 answer
52 views

I have the structure of folder as: folder_structure I want to use files which are present in deps folder in the dag files present in dags folder, how to do that? Can someone please help me with this I ...
Pavithra Naga Yallapu's user avatar
8 votes
2 answers
6k views

I'm currently working on modularizing my application, so I'm putting each feature in a library module. In one of my features, I access the version code and name. However, although I defined them in ...
Walid Baroudi's user avatar
2 votes
1 answer
284 views

I'm using the version 7.23.1 of Snakemake. I'm using the modularization in snakemake and I'm getting a strange behavior. I would like to ask for your help in order to understand a bit more in-depth ...
Mathieu Cayssol's user avatar
0 votes
1 answer
103 views

I've been showing/hiding UI items using Shiny conditionalPanel() and shinyjs show, hide, and toggle functions. However, in this multi-module example I'm stuck. I'm trying to show/hide the selectInput()...
Village.Idyot's user avatar
15 votes
2 answers
6k views

I am new to Java 9 and was going though the modular video lectures by Java on YouTube. They mentioned 3 benefits of modularization- No missing dependencies No cyclic dependencies No split packages. ...
Rahul Vedpathak's user avatar
0 votes
1 answer
221 views

I have four Java packages in Eclipse: augustus, caligula, julius, and nero. I want to place augustus and caligula in a module. I want to place julius and nero in another module. How do I go about ...
James Walton's user avatar
0 votes
1 answer
888 views

I have removed the android library dependencies to some of the modules in my app and would like to convert these modules to pure 'java or kotlin' modules. What is the best way to do this in Android ...
mars8's user avatar
  • 1,346
2 votes
1 answer
5k views

Is it possible to create package from existing project ( UIKit application ) in Xcode13 ? I have implemented application but it too big and take too much time on building phase. Because of that, I ...
Tar journey's user avatar
0 votes
0 answers
612 views

I try to realise multi module android app. I read modularization documentation section which is started here. There is Figure3 in feature modules section. This figure demonstrates connections between :...
domartynov's user avatar
0 votes
0 answers
55 views

I'm doing a more complex project in c, but this example here is the same for what i need and the names of examples will just changed, but, again, is the same thing from what i am doing. Let's say I ...
Ramon Jales's user avatar
0 votes
1 answer
81 views

My project is having feature1Module and feature2Module. These 2 are included in app module build gradle file. implementation project(":feature1Module") implementation project(":...
G Anil Reddy's user avatar
1 vote
1 answer
732 views

While researching about android modularization I've come across the term Dynamic Feature Module, however I've also noticed Feature Module. What are the differences? I've seen a lot of articles about ...
JV17's user avatar
  • 33
0 votes
1 answer
117 views

Using Gradle, for Android native development, when you modify code within a module and hit build, said module and all modules that depend on said module rebuilds. This usually is helpful, but I find ...
Lheonair's user avatar
  • 528
5 votes
0 answers
460 views

I am following the Now In Android sample for modularization and best practices with Jetpack Compose and I am a bit stuck with sharing a simple LocalDate state across several modules/features. I want ...
goldensoju's user avatar
0 votes
0 answers
49 views

I have a swift iOS app modularized. I want to show a youtube video inside the main app with the implementation done inside a module. I get the error below inside the main app when I execute the app ...
Marcel's user avatar
  • 421
0 votes
1 answer
763 views

I'm having some trouble with modularization for the prop types, when using react-navigation. My problem is: The React Navigation doc Typescript section suggests creating the types for each screen ...
joaocout's user avatar
  • 558
0 votes
1 answer
418 views

I am trying to break down my existing code into separate repos and integrate each repo through Swift Package Manager in the base codebase. I have used SPM to achieve the same for the repos hosted on ...
Devarshi's user avatar
  • 16.8k
2 votes
1 answer
1k views

I try to translate a LocalDateTime to the current used language like shown in this answer: https://stackoverflow.com/a/51843932 Running the program in Eclipse works as intended, but when it gets ...
A. Alexander's user avatar
17 votes
3 answers
778 views

AS: 3.5.3; Android Gradle Plugin: 3.5.0; Gradle: 5.6.2; We observed a drastic increase in the number of methods referenced in our app after splitting the 'app' module into several small modules. But ...
Rohit Surwase's user avatar
0 votes
1 answer
2k views

How to run any one module in Flutter without having to run main.dart?
Saumya Prasad's user avatar
1 vote
1 answer
828 views

After I code iOS application for awhile, I faced problem with project's size and build time. I found some concept about super app / mini app. According a question, I implement my application and I ...
Nawin Phunsawat's user avatar
0 votes
1 answer
477 views

After i'm running test with bloc test, i got issue late error, if i change late with nullsafety their also will be return error, so what alternative to solve? when i try without bloc it's run as well ...
dendi's user avatar
  • 27
2 votes
0 answers
377 views

I'm using Snakemake and tried to order my overall pipeline structure by utilizing modules as the modularization approach suggests. However, one of my modules has a rule which depends on the ouput of ...
Oliver Küchler's user avatar
0 votes
0 answers
1k views

Im getting this error but I don't know why, since this core module is being imported only once The code App.Module imports: [ BrowserModule, BrowserAnimationsModule, HttpClientModule, ...
Mellville's user avatar
  • 1,097
2 votes
0 answers
802 views

I want to modularise my codebase to distribute it like third party libraries. I followed the article for the same. So far I have been able to split the code into three modules (Networking, Core & ...
Vinod Kumar Singh's user avatar
2 votes
0 answers
175 views

I am creating SDK and want to modularize it. And prevent internal APIs from being exposed on your public interface. Want optional dependency based on features required. If features is not required we ...
Jaykishan Sewak's user avatar
0 votes
1 answer
205 views

Does anyone know of a way to template build.gradle files as modules are created? Right now the issue I have is that I want to be able to have the module's build.gradle contain only a small amount of ...
Jayme Rutkoski's user avatar
0 votes
0 answers
154 views

First of all, I don't know what I should call it, module, component, or library are all fitting for me, but gave all mixed results trying to figure this out. Problem I am working on a project in C, ...
ThunderSphun's user avatar
2 votes
1 answer
2k views

I'm new to Java and have been coding in JDK 11, but now using JDK 16. When I try to open a database connection method from the Spring Boot main class, by calling the database connection class, even ...
Imran's user avatar
  • 85
2 votes
2 answers
1k views

I'm working on modularizing a test application with Android Compose and have the application stuff woking well, however it seems that if you want to add custom theming like colors and fonts you run ...
Johann Muller's user avatar
0 votes
1 answer
614 views

I generated two aar files from two libraries generated by me and added them to my main project by putting them in the libs folder. Now I can able to access classes of the aar from the main project. ...
Arjun Babu C's user avatar
2 votes
0 answers
477 views

My app has been growing quite a bit over the years, and I decided to give it a try to further modularize it by breaking it up into several frameworks and static libraries. After 4 days of work (and ...
user avatar
2 votes
0 answers
696 views

I am working on creating a modularised app. I had been using git submodules, but AFAIK, Swift Package Manager (SPM) in iOS works as a wrapper around git submodule. Can you please suggest Android ...
Sparsh Dutta's user avatar
  • 3,078
9 votes
1 answer
8k views

On Android native to separate each application feature, structured the project, implementing architecture component and to make it easier to work in a team you can use modularization, so each person ...
R Rifa Fauzi Komara's user avatar
4 votes
1 answer
1k views

I have a module with several files, some of which have a few custom exceptions declared. These exceptions are primarily raised in the file they are declared, but sometimes they are also raised in ...
Ian's user avatar
  • 6,232
2 votes
2 answers
352 views

I'm trying to link libraries I made to main source code, but it throws this error. I've been searching for last two hours how to fix this but nothing worked for me. Compiling: cd "c:\Users\miros\...
qu4lizz's user avatar
  • 379
6 votes
3 answers
7k views

I've been working on trying to modularize my React.js app (that will be delivered as a Desktop app with Electron) in a way that if I make a new module in the future, I can just add a new folder and ...
Alfie Robles's user avatar
0 votes
1 answer
619 views

There is a straight forward implementation for fragment to fragment communucation using viewmodel and a host activity (ViewModel by activityViewModels()). However I have a case where there is no ...
Urchboy's user avatar
  • 865
0 votes
1 answer
763 views

I have created a module named dependencies where I have put all depConstraints I need so I don't have to implement the dependency in each module individually. I have added Hilt dependencies in my ...
Hossein Mirzazadeh's user avatar
4 votes
0 answers
9k views

I am migrating my development environment to another pc. I use NetBeans 10, open JDK11, JavaFX. When I import the main project into NetBeans I get the following error: on: import java.util.logging....
Giuseppe Castellano's user avatar
-2 votes
1 answer
601 views

Error: Cannot find module '/Users/alejandraola/Documents/GitHub/SCL16-md-link/prueba.js' at Function.Module._resolveFilename (node:internal/modules/cjs/loader:924:15) at Function.Module._load (node:...
Alejandra Olea's user avatar
3 votes
1 answer
527 views

Android project structure : -app module -featureA dynamic module -> depending on app module -featureB dynamic module -> depending on app module Use Case : I want to write end to end ...
ArpitA's user avatar
  • 741
1 vote
1 answer
1k views

I am currently working on a (very very basic) program that is a tutorial for programming( ironic given my knowledge, I know). I was instructed to modularize my code so that each unit is in its own ...
dbrod's user avatar
  • 11