Commit c1d1ad89 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Adds androidExtensions.

parent fd3f3781
...@@ -124,6 +124,10 @@ kotlin { ...@@ -124,6 +124,10 @@ kotlin {
} }
} }
androidExtensions {
experimental = true
}
// FIXME - build and install the sdk into the app/libs directory // FIXME - build and install the sdk into the app/libs directory
// We were having some issues with the kapt generated files from the sdk when importing as a module // We were having some issues with the kapt generated files from the sdk when importing as a module
task compileSdk(type:Exec) { task compileSdk(type:Exec) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment