Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 637 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 637 Bytes

Java 8 everything!

Tired of making sure you've added sourceCompatibility/targetCompatibility = "1.8" to all your java/android modules? Can't remember the syntax for setting Java 8 for your kotlin modules?

Take the easy way out. Java 8 everything!

Just apply this plugin to your root project and every java/kotlin/android module will be set to use java 8.

Getting Started

Just add the following to your root build.gradle file and you're done.

plugins {
  id "kliche.java8-everything" version "1.0"
}

License

This project is licensed under the Apache 2 License - see the LICENSE file for details