Ohto Rainio
Ohto Rainio
Thank you for your feedback and one possible solution! I'd appreciate if you still have time to point out which part of the description in specific you think should be...
Okay, thank you for your feedback! I was just thinking that my original suggestion was based on an actual "business logic need" which was solved by this AnyMeasurementsUnit-type. So I...
But yeah, when still thinking of your good proposal, so maybe it is better to change the assignment description and task to utilize this "generic" type that can be used...
I was able to solve this by adding to my android/build.gradle under allprojects this: ``` allprojects{ subprojects { afterEvaluate { project -> if (project.hasProperty("android")) { android { compileSdkVersion = 28...