Skip to content

This library created for my own side projects. Updates will come time to time.

Notifications You must be signed in to change notification settings

MelihcanSrky/KotlinCustomComponents

Repository files navigation

Kotlin Custom Components

Features

  • There is only two type of buttons for now. (Work in progress)

Download & Quick Start

  1. Add it in your root build.gradle at the end of repositories:
allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
  1. Add the dependency
dependencies {
	implementation 'com.github.MelihcanSrky:KotlinCustomComponents:0.1.12'
}