Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
888c656a
Commit
888c656a
authored
Apr 11, 2019
by
Viktor De Pasquale
Committed by
John Wu
Apr 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added kotlin support
parent
8d4c4072
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
build.gradle
app/build.gradle
+12
-0
build.gradle
build.gradle
+3
-4
No files found.
app/build.gradle
View file @
888c656a
apply
plugin:
'com.android.application'
apply
plugin:
'com.android.application'
apply
plugin:
'kotlin-android-extensions'
apply
plugin:
'kotlin-android'
apply
plugin:
'kotlin-kapt'
kapt
{
correctErrorTypes
=
true
useBuildCache
=
true
mapDiagnosticLocations
=
true
javacOptions
{
option
(
"-Xmaxerrs"
,
1000
)
}
}
android
{
android
{
defaultConfig
{
defaultConfig
{
...
...
build.gradle
View file @
888c656a
...
@@ -11,13 +11,12 @@ buildscript {
...
@@ -11,13 +11,12 @@ buildscript {
repositories
{
repositories
{
google
()
google
()
jcenter
()
jcenter
()
maven
{
maven
{
url
'http://storage.googleapis.com/r8-releases/raw'
}
url
'http://storage.googleapis.com/r8-releases/raw'
}
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools:r8:1.4.79'
classpath
'com.android.tools:r8:1.4.79'
classpath
'com.android.tools.build:gradle:3.5.0-alpha10'
classpath
'com.android.tools.build:gradle:3.3.2'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21"
// NOTE: Do not place your application dependencies here; they belong
// NOTE: Do not place your application dependencies here; they belong
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment