The latest version of gradle I use, whether it is implementation ("com.wrapp.floatlabelededittext:library:0.0.6") or downloading the Float Labeled Edittext » 0.0.6 aar package from the maven warehouse and then importing it(implementation(files("D:\\AndroidStudioProject\\music\\app\\libs\\library-0.0.6.aar")) ),errors are reported.
Is it no longer supported?
Class referenced in the layout file, `com.wrapp.floatlabelededittext.FloatLabeledEditText`, was not found in the project or the libraries
Cannot resolve class com.wrapp.floatlabelededittext.FloatLabeledEditText
The latest version of gradle I use, whether it is
implementation ("com.wrapp.floatlabelededittext:library:0.0.6")or downloading the Float Labeled Edittext » 0.0.6 aar package from the maven warehouse and then importing it(implementation(files("D:\\AndroidStudioProject\\music\\app\\libs\\library-0.0.6.aar"))),errors are reported.Is it no longer supported?