Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AndroidUtils
NavigationDrawerActivity
Commits
0ab068ee
Commit
0ab068ee
authored
Jun 02, 2021
by
Daniel Wolf
Browse files
Remove dokka remains
parent
05949d35
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/build.gradle
View file @
0ab068ee
apply
plugin:
'com.android.library'
apply
plugin:
'kotlin-android'
apply
plugin:
'kotlin-android-extensions'
apply
plugin:
'org.jetbrains.dokka'
group
=
'com.frostnerd.utils'
ext
{
...
...
@@ -48,14 +47,6 @@ android {
}
}
dokkaHtml
.
configure
{
dokkaSourceSets
{
named
(
"main"
)
{
noAndroidSdkLink
.
set
(
false
)
}
}
}
static
def
compileBinariesLocally
()
{
return
System
.
getenv
(
"COMPILE_BINARIES"
)
!=
null
||
System
.
getenv
(
"NEXUS_USER"
)
==
null
||
System
.
getenv
(
"NEXUS_PASSWORD"
)
==
null
}
...
...
Write
Preview
Supports
Markdown
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