We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5244ff commit 624502bCopy full SHA for 624502b
1 file changed
README.md
@@ -9,6 +9,7 @@ During the full Kotlin conversion,
9
* 🛑 package name changed to `info.appdev.charting`, but there are still the old main chart classes included, but they will be removed in the future
10
* 🛑 `MPPointF` in renamed to `PointF`
11
* 🛑 `MPPointD` in renamed to `PointD`
12
+* 🛑 methods like `setSomethingEnabled(true)` are now properties like `isSomething = true`
13
14
### Project status: maintenance mode
15
Issues are ignored, but pull requests are not. If you need to get something done, submit a PR!
0 commit comments