/kotlinutility

Kotlin utility library for use log, snackbar, date, collections and many more.....

Primary LanguageKotlinMIT LicenseMIT

kotlinutility

One line add in your project and avoid your boiler code and use tested method and speed up your work.

Step 1. Add the JitPack repository to your build file

This section could be either project root gradle (older project) or setting gradle (new project)

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

version : v1.0.6

dependencies {
        implementation 'com.github.datanapps:kotlinutility:$version'
}

Benifits :

  1. Log
  2. Context
  3. dialogs
  4. Strings
  5. Utils
  6. Views
  7. WebViews and many more..

Have a GREAT day.


Support us.

If you think this library is useful, please press the star button at the top.

OR

See

License

Copyright [2022] [datanapps]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0