Skip to content

fix(gradle): only apply kotlin-android plugin if not already applied#32

Open
gwennlbh wants to merge 1 commit into
ionic-team:mainfrom
gwennlbh:patch-1
Open

fix(gradle): only apply kotlin-android plugin if not already applied#32
gwennlbh wants to merge 1 commit into
ionic-team:mainfrom
gwennlbh:patch-1

Conversation

@gwennlbh

Copy link
Copy Markdown

Closes #31

Description

Change Type

  • Fix
  • Feature
  • Refactor
  • Breaking Change
  • Documentation

Rationale / Problems Fixed

Tests or Reproductions

Screenshots / Media

Platforms Affected

  • Android
  • iOS
  • Web

Notes / Comments

apply plugin: 'kotlin-android'
}

android {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate android {} block, namespace is already set in the block below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gradle 9: Cannot add extension with name 'kotlin', as there is an extension already registered with that name.

2 participants