Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Fix missing Kotlin dependency #15

Merged
merged 2 commits into from
Apr 17, 2018
Merged

Fix missing Kotlin dependency #15

merged 2 commits into from
Apr 17, 2018

Conversation

toteto
Copy link
Contributor

@toteto toteto commented Apr 15, 2018

When building for Android, I was getting this error when trying to use this plugin.

Initializing gradle...                                       0.9s
Resolving dependencies...
* Error running Gradle:
Exit code 1 from: /Users/aivanovs/data/flutter_girl/android/gradlew app:properties:
Failed to notify ProjectEvaluationListener.afterEvaluate(), but primary configuration failure takes precedence.
java.lang.IllegalStateException: compileSdkVersion is not specified.

* Where:
Build file '/Users/aivanovs/.pub-cache/hosted/pub.dartlang.org/barcode_scan-0.0.3/android/build.gradle' line: 27

* What went wrong:
A problem occurred evaluating project ':barcode_scan'.
> Plugin with id 'kotlin-android' not found.```

Add kotlin classpath dependency
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants