# bannerDemo **Repository Path**: study-demo-all/banner-demo ## Basic Information - **Project Name**: bannerDemo - **Description**: 项目源自:https://github.com/youth5201314/banner 只是把其中的 kotlin 的工程拆分出来,解决了几个依赖的问题。 并没有代码修改。 - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-19 - **Last Updated**: 2023-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目源代码: https://github.com/youth5201314/banner 只是把其中的 kotlin 的工程拆分出来,解决了几个依赖的问题。 并没有代码修改。 使用库进行依赖,方便版本管理。 ## error01 ```kotlin Caused by: java.lang.ClassNotFoundException: Didn't find class "androidx.viewpager2.widget.CompositePageTransformer" ``` 增加依赖: implementation 'androidx.viewpager2:viewpager2:1.0.0'