takes extremely long (multiple minutes) on my dev machine after a small change. i have like 2,000 lines of code. is this expected or is my build misconfigured?
David Stolarsky
05/07/2019, 6:01 AM
assembleRelease
also takes about 20 or 30s
o
olonho
05/07/2019, 4:56 PM
have you tried to split your application into multiple libraries? does your machine have SSD?
d
David Stolarsky
05/07/2019, 8:38 PM
i have SSD
David Stolarsky
05/07/2019, 8:38 PM
i have not tried splitting my 2,000 line lib into multiple smaller libs
o
olonho
05/08/2019, 1:55 AM
If it is the only input to Kotlin compiler - it doesn’t make sense indeed. Please file a bug,