Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thirdegg/lint-rules

Lint rules for android. Checked Exceptions for kotlin.
https://github.com/thirdegg/lint-rules

android checked-exceptions kotlin lint

Last synced: 2 months ago
JSON representation

Lint rules for android. Checked Exceptions for kotlin.

Awesome Lists containing this project

README

        

![GitHub](https://img.shields.io/github/license/thirdegg/lint-rules.svg)
[![JitPack](https://jitpack.io/v/thirdegg/lint-rules.svg)](https://jitpack.io/#thirdegg/lint-rules)
# Android lint rules

Add to your project ```build.gradle```:

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

and to module ```build.gradle```:

```gradle
dependencies {
...
implementation 'com.github.thirdegg:lint-rules:0.1.0'
}
```

How to update:

Sometimes, after changing the version of a plugin in dependencies, android studio does not give any effect. In order for the changes to work, you need to do `Build > Clear Project` and rebuild the project.

## Checked Exceptions for kotlin
How it works:

![](checked-exceptions.png)