mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Remove the Android plug-in from the core.
It's now in its own project.
This commit is contained in:
parent
05d4571a9a
commit
643c85f1a4
9 changed files with 1 additions and 1035 deletions
|
@ -115,8 +115,7 @@ val kobaltApp = kotlinProject(kobaltPluginApi, wrapper) {
|
|||
|
||||
dependencies {
|
||||
// Used by the plugins
|
||||
compile("com.android.tools.build:builder:2.0.0-alpha3",
|
||||
"org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.0-beta-3595",
|
||||
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.0-beta-3595",
|
||||
"org.jetbrains.dokka:dokka-fatjar:0.9.3")
|
||||
|
||||
// Used by the main app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue