Closed bitbrain closed 6 years ago
We currently use BigDecimal in some places, which is incompatible with GWT. Instead, introduce gwt-math:
BigDecimal
<dependency> <groupId>com.google.code.gwt-math</groupId> <artifactId>gwt-math</artifactId> <version>2.0.3</version> </dependency>
This dependency allows us to use extended precision with GWT.
We currently use
BigDecimal
in some places, which is incompatible with GWT. Instead, introduce gwt-math:This dependency allows us to use extended precision with GWT.