Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.26 KB | None | 0 0
  1. apply plugin: 'java-library'
  2. apply plugin: 'kotlin'
  3.  
  4. dependencies {
  5.     implementation fileTree(dir: 'libs', include: ['*.jar'])
  6.     implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
  7. }
  8.  
  9. sourceCompatibility = "8"
  10. targetCompatibility = "8"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement