Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
subsampling-scale-image-view-3.10.0.aar | 2018-03-15 | 66.6 kB | |
Improved Kotlin support.tar.gz | 2018-03-15 | 8.6 MB | |
Improved Kotlin support.zip | 2018-03-15 | 8.7 MB | |
README.md | 2018-03-15 | 356 Bytes | |
Totals: 4 Items | 17.4 MB | 0 |
This release contains breaking changes for Kotlin apps.
Nullable
and NonNull
annotations have been added. Kotlin did not recognise some method returns as nullable, so uses of these methods without a null check will no longer compile.
- Target SDK 27
- [#403]
Nullable
andNonNull
annotations - [#402] Upload sources and javadoc to Maven