Hi All, which is the best practice to add modules ...
# multiplatform
s
Hi All, which is the best practice to add modules in KMM projects is it adding outside
shared
or within
shared
package? and pros & cons on each?
@Konstantin Tskhovrebov / @Ivan Matkov can someone help on this?
currently we are seeing issue while generating signed apk in 2nd approach, shared or anyother modules classes def not found exception we are seeing...
youtrack 1
We found the issue is due buildKonfig, post disable https://github.com/yshrsmz/BuildKonfig we are able to generate signed builds, btw does buildKonfig supports multi modular projects?