What would be the best way to release a library th...
# random
e
What would be the best way to release a library that is dependent on the kotlin standard library? Compile it in? How would version mismatches get handled? Should unused methods be proguarded out or should that be left to the user of the library?