Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove fullMode flags #1445

Merged
merged 6 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions JetLagged/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ android.useAndroidX=true

# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

# Enable R8 full mode.
android.enableR8.fullMode=true
3 changes: 0 additions & 3 deletions JetNews/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ android.useAndroidX=true

# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

# Enable R8 full mode.
android.enableR8.fullMode=true
3 changes: 0 additions & 3 deletions Jetcaster/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ android.useAndroidX=true

# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

# Enable R8 full mode.
android.enableR8.fullMode=true
3 changes: 0 additions & 3 deletions Jetchat/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ android.useAndroidX=true

# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

# Enable R8 full mode.
android.enableR8.fullMode=true
3 changes: 0 additions & 3 deletions Jetsnack/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ android.useAndroidX=true

# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

# Enable R8 full mode.
android.enableR8.fullMode=true
3 changes: 0 additions & 3 deletions Reply/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,3 @@ kotlin.code.style=official
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.parallel=true

# Enable R8 full mode.
android.enableR8.fullMode=true
Loading