Guilherme Delgado
03/31/2021, 10:46 AMAndroid Studio Arctic Fox | 2020.3.1 Canary 12
Build #AI-203.7148.57.2031.7226969, built on March 22, 2021
Runtime version: 11.0.8+10-b944.6842174 x86_64
VM: OpenJDK 64-Bit Server VM by N/A
macOS 10.16
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 4
Registry: ide.windowSystem.autoShowProcessPopup=true, external.system.auto.import.disabled=true, debugger.watches.in.variables=false, ide.images.show.chessboard=true
Non-Bundled Plugins: com.intellij.marketplace, mobi.hsz.idea.gitignore, com.atlassian.bitbucket.references, com.thoughtworks.gauge, com.google.mad-scorecard, com.jetbrains.kmm, com.squareup.sqldelight
If I have a class that has it dependencies by field injection:
private val logger: Kermit by inject()
I cannot attach the debugger, any break point shows this icon: 🚫 (the gray one)
If it’s constructor injection it attaches ok 🤔
I’m using Koin because this is a KMM project and the code is in the commonModule. Any ideia?
Thanks.dewildte
03/31/2021, 7:23 PMColton Idle
03/31/2021, 11:39 PMGuilherme Delgado
04/01/2021, 9:48 AMGuilherme Delgado
04/01/2021, 10:16 AMisMinifyEnabled = false
🤔Guilherme Delgado
04/01/2021, 10:17 AMisUseProguard = false
with no luck eitherGuilherme Delgado
04/13/2021, 9:19 AM