Program type already present: org.intellij.lang.annotations.Flow

前端 未结 4 978
别跟我提以往
别跟我提以往 2021-01-03 20:17

I am getting this error whenever I try to run a program in Kotlin. My gradle files are like this: Project Level Gradle

buildscript {
    ext.kotlin_version =         


        
4条回答
  •  感情败类
    2021-01-03 20:28

    Program type already present:

    org.intellij.lang.annotations.JdkConstants$PatternFlags
    

    Learn how to resolve the issue at: https://developer.android.com/studio/build/dependencies#duplicate_classes.

提交回复
热议问题