You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Keep the @RequiresOptIn annotation so we get proper warnings in gradle build files
10
9
-keep class kotlin.RequiresOptIn { *; }
11
10
12
11
# We need to keep type arguments (Signature) for Gradle to be able to instantiate abstract models like `Property`
13
12
# Else it fails with
14
13
# 'Declaration of property alwaysGenerateTypesMatching does not include any type arguments in its property type interface org.gradle.api.provider.SetProperty'
0 commit comments