commit
5537bf8493
|
@ -2,7 +2,7 @@ apply plugin: 'kotlin'
|
|||
apply plugin: 'java'
|
||||
|
||||
sourceCompatibility = versions.sourceCompat
|
||||
targetCompatibility = versions.sourceCompat
|
||||
targetCompatibility = versions.targetCompat
|
||||
|
||||
dependencies {
|
||||
implementation 'com.squareup:javapoet:1.13.0'
|
||||
|
|
Loading…
Reference in New Issue