equal
deleted
inserted
replaced
17 * GNU General Public License for more details. |
17 * GNU General Public License for more details. |
18 * |
18 * |
19 * You should have received a copy of the GNU General Public License |
19 * You should have received a copy of the GNU General Public License |
20 * along with AboutOss. If not, see <http://www.gnu.org/licenses/>. |
20 * along with AboutOss. If not, see <http://www.gnu.org/licenses/>. |
21 */ |
21 */ |
22 import org.jetbrains.kotlin.gradle.dsl.JvmTarget |
|
23 |
|
24 @Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed |
22 @Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed |
25 plugins { |
23 plugins { |
26 id("com.android.application") |
24 id("com.android.application") |
27 id("com.geekorum.build.source-license-checker") |
25 id("com.geekorum.build.source-license-checker") |
28 alias(libs.plugins.kotlin.compose) |
26 alias(libs.plugins.kotlin.compose) |