skip to Main Content

Android Studio – > Could not create task ':app:compileDebugKotlin'. > Could not create task ':app:dataBindingGenBaseClassesDebug'

When i build the app i got error > Could not create task ':app:compileDebugKotlin'. > Could not create task ':app:dataBindingGenBaseClassesDebug'. > Cannot use @TaskAction annotation on method DataBindingGenBaseClassesTask.writeBaseClasses() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.

VIEW QUESTION

Android Studio – Cannot access 'RowScopeInstance': it is internal in 'androidx.compose.foundation.layout'

I was trying to achieve the below layout I tried using Row(Modifier.weight(50f)) that's when the compiler start throwing If imported from ColumnInstance - import androidx.compose.foundation.layout.ColumnScopeInstance.weight Cannot access 'ColumnScopeInstance': it is internal in 'androidx.compose.foundation.layout' If imported from RowInstance - androidx.compose.foundation.layout.RowScopeInstance.weight Cannot…

VIEW QUESTION
Back To Top
Search