does anyone have idea why it takes so long with `1...
# compose-web
j
does anyone have idea why it takes so long with
1.5.0-beta01
?
o
Is it taking so long while TerserPlugin is running? Compose has nothing to do with terser plugin. is 1.4.3 better? what kotlin version do you use? Please compare with 1.4.3 + kotlin 1.9.0, 1.8.22
j
I’m using 1.9.0
isn't TerserPlugin built into multiplatform plugin?
o
it's used by k/js plugin.
j
I've found that the terser plugin is taking time because of the material3icon extended. When I removed that repo and added icons using an idea plugin called
SVG 2 compose
.