diff --git a/app/build.gradle b/app/build.gradle index ea615929ed..c3becab094 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,6 +91,14 @@ android { checkReleaseBuilds false } + compileOptions { + sourceCompatibility = 1.8 + targetCompatibility = 1.8 + } + + kotlinOptions { + jvmTarget = "1.8" + } } dependencies {