Kotlin / kotlin-frontend-plugin

Gradle Kotlin (http://kotlinlang.org) plugin for frontend development
Apache License 2.0
561 stars 69 forks source link

Update KotlinFrontendExtension.kt #154

Open naftalmm opened 5 years ago

naftalmm commented 5 years ago

It seems there is a typo in "bundle" method declaration. It is declared with generic parameter "C" which is not used in method signature. This makes impossible to configure bundles using Kotlin DSL in Gradle script