BeksOmega / looping-layout

A looping LayoutManager for the Android RecyclerView.
Apache License 2.0
274 stars 16 forks source link

Update to latest Kotlin and enable explicit API mode #75

Open Maxr1998 opened 1 year ago

Maxr1998 commented 1 year ago

:key: Use case

Since the public methods exposed by the classes already have an explicit visibility modifier, it might make sense to enforce this with the explicit API mode, introduced in Kotlin 1.4.

:hammer: Proposal

For explicitApi() to be enabled in the Gradle build script, the Kotlin version needs to be at least 1.4.

:bee: Request for assignment

If necessary, I could implement this.

Note: this is actually a feature request, but it seems the label I added was wrong.