units-of-measure
units-of-measure copied to clipboard
Type-safe dimensional analysis and unit conversion in Kotlin.
Hello there! This is a cool library and I hope to see it developed more or at least have more community support on it! I had a question about angles...
UPDATE: **DO NOT DO THIS.** units-of-measure is incompatible with Celsius and Fahrenheit. Attempting to define Celsius and Fahrenheit will cause weird and incorrect behavior. Celsius and Fahrenheit would have to...
This library looks super cool and I wanted to try it out, but am coming across a problem in the generated code, where the compiler is complaining that `'@JvmName' annotation...
I believe the issue of converting between Kelvin and Celsius/Fahrenheit is a perfectly solvable one, and I offer the overall approach I used to handle this: ```kotlin // Static Properties...
Make sure your Gradle project is properly imported into IntelliJ: 1. IntelliJ Menu Bar: View > Tool Windows > Gradle 2. Gradle Tool Window: Sync 2. Gradle Tool Window: [project...