Support Multiline Text
Add support for multiple line of text.
Hello @ha-yi i'm having some problems setting up the project. I got several erros the plugins 'com.android.library', 'kotlin-android' were not found. I fixed it by adding
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.novoda:bintray-release:0.7.0'
classpath 'com.android.tools.build:gradle:1.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.61"
}
}
but i got stuck on the following error:
Unable to find method 'org.gradle.api.artifacts.Configuration.defaultDependencies(Lorg/gradle/api/Action;)Lorg/gradle/api/artifacts/Configuration;'. Possible causes for this unexpected error include:<ul><li>Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download dependencies and sync project (requires network)</li><li>The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem. Stop Gradle build processes (requires restart)</li><li>Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.</li></ul>In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
can u help me?
@renanrbs I also encountered with issues when cloning this repo, check my PR https://github.com/ha-yi/MultiColorTextView/pull/5, maybe it can help you.